Laravel permission - installation

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024
  • Simple laravel roles and permissions for multi authentication system.
    #laravel #permission #role #user #auth #multi-auth

Комментарии • 14

  • @kaziimamhasan1969
    @kaziimamhasan1969 Год назад +1

    Really its a wonderful video for laravel Lerner. I learnt something new from your video.Thanks

  • @martindanica21
    @martindanica21 4 года назад +1

    Your Tutorial was really helpful, I able to do it without any problem but when I tried to make some changes in the vue componet it's not updating even though I run npm. do you have any idea why? Thank you

    • @codexshaper
      @codexshaper  4 года назад

      Did you publish resources?

    • @valentinleonel9619
      @valentinleonel9619 3 года назад

      I realize I am kinda randomly asking but does anyone know of a good place to stream newly released series online ?

    • @tadeojayden8095
      @tadeojayden8095 3 года назад

      @Valentin Leonel flixportal xD

    • @valentinleonel9619
      @valentinleonel9619 3 года назад

      @Tadeo Jayden thank you, I signed up and it seems like a nice service =) I appreciate it !

    • @tadeojayden8095
      @tadeojayden8095 3 года назад

      @Valentin Leonel glad I could help :)

  • @kmusic3772
    @kmusic3772 4 года назад

    how to use $user->hasRole( "User")! help

    • @codexshaper
      @codexshaper  4 года назад

      Add 'HasRoles' traits in your user model
      use CodexShaper\Permission\Traits\HasRoles;
      class User extends Authenticatable
      {
      use HasRoles;
      }
      follow github.com/Codexshaper/laravel-permission doc. If you still face any error reply us with error or email us codexshaper@gmail.com

  • @harveymendoza7311
    @harveymendoza7311 4 года назад

    /admin/laravel-permission error 404

    • @codexshaper
      @codexshaper  4 года назад

      Hello, @Harvey Mendoza.
      Thanks for your comment. Did you run php artisan permission:install ? Did you follow the instruction properly. Here is the link github.com/Codexshaper/laravel-permission? BTW, It also works in laravel 7. Please follow the instruction and let me know.
      Thanks

    • @harveymendoza7311
      @harveymendoza7311 4 года назад

      @@codexshaper yes i follow all the instruction. I also install the demo but still error 404. I currently using laravel 7 in ubuntu

    • @codexshaper
      @codexshaper  4 года назад

      @@harveymendoza7311 send your skype id at codexshaper@gmail.com

    • @codexshaper
      @codexshaper  4 года назад

      @@harveymendoza7311 Did you try with new installation? Did you clear view, router and cache? Did you try other device? Actually I checked other device also it works for me. If you still face error please send your skype id at codexshaper@gmail.com. Our specialist contact you. Thanks