Part 1/3: How to Install & Create Spatie Roles and Permissions CRUD from Scratch in Laravel 10

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

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

  • @rushbazia4579
    @rushbazia4579 6 месяцев назад

    Best tutorial....boht km log laravel10 pr kaam krwa rhy hn and you are one of those rares

  • @falcohumanbeatbox
    @falcohumanbeatbox 7 месяцев назад +1

    your tutorial is very clear,thank you

  • @MohamedHassan-pj2cl
    @MohamedHassan-pj2cl Месяц назад

    if I used the UI package for the authentication instead of breeze would that change something or would it be a problem??

  • @MohamedHassan-pj2cl
    @MohamedHassan-pj2cl Месяц назад

    when i try and return the $permission date in the edit function it only returns "guard_name".. why?

  • @liakatbiswas9432
    @liakatbiswas9432 Месяц назад

    As the public function destroy(Permission $permission){} method is available in the resource controller, why you used other get method? I am using the below. Is there any problem using such:
    public function destroy(Permission $permission)
    {
    $permission->delete();
    return redirect()->route('permissions.index')->with('success', 'Successfully Deleted!');
    }

  • @MukeshKumar-pd6yv
    @MukeshKumar-pd6yv 9 месяцев назад +1

    Great video sir, 👍 well done...

  • @jacobhenry7223
    @jacobhenry7223 4 месяца назад +1

    thanks for your time

  • @dsdgaming2242
    @dsdgaming2242 7 месяцев назад

    in the deleting part sir, I have error like this
    "The LDAP connection [mysql] does not exist." I am using Laravel Permission, along with LDAP Record 2 for our internal laravel authentication in our domain

  • @mohamedsalem9889
    @mohamedsalem9889 4 месяца назад +1

    hello , from minute 38 it ot working with me !!

  • @manishkushwaha-je6xy
    @manishkushwaha-je6xy 9 месяцев назад +1

    Great Sir.

  • @jrxsabre6419
    @jrxsabre6419 5 месяцев назад +1

    it doesn't work with Laravel 11, when I try to use this `php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"` it will error

    • @fundaofwebit
      @fundaofwebit  5 месяцев назад

      Please read this post: How to install and setup spatie roles & permission package in Laravel 11
      www.fundaofwebit.com/post/how-to-install-and-setup-spatie-roles-and-permission-in-laravel-11

  • @welj-h4o
    @welj-h4o 9 месяцев назад

    sir great video, please create video for laravel filamentphp

  • @mbahkopi
    @mbahkopi 8 месяцев назад

    Hi, how to implement toggle input instead of checkbox on givepermission page?

    • @fundaofwebit
      @fundaofwebit  8 месяцев назад

      It's the same. Just search how to design the checkbox as toggle button.

  • @parveznbh3234
    @parveznbh3234 6 месяцев назад

    I try to make a permission but i got a error and it's "SQLSTATE[HY000]: General error: 1364 Field 'guard_name' doesn't have a default value". what should i do now???

  • @davidegarzetti3710
    @davidegarzetti3710 8 месяцев назад

    Can you post a link to the sorce code you wrote in the video ?

    • @fundaofwebit
      @fundaofwebit  8 месяцев назад

      It's written same : www.fundaofwebit.com/post/laravel-10-spatie-user-roles-and-permissions-tutorial

  • @BillingSoftwaredatahouse
    @BillingSoftwaredatahouse 8 месяцев назад

    Create vedio on multi tanent

  • @Kacatkun
    @Kacatkun 8 месяцев назад +1

    38:00

  • @ShivaJaya-z6n
    @ShivaJaya-z6n 9 месяцев назад

    Sir we requested in SPA MEANS LARAVEL VUE 3

    • @fundaofwebit
      @fundaofwebit  9 месяцев назад +2

      Hi. Yes I understand.
      Will be uploading soon.
      Laravel as backend api and Vue 3 as frontend.

    • @ShivaJaya-z6n
      @ShivaJaya-z6n 9 месяцев назад

      @@fundaofwebit waiting sir loving ur work

  • @santo.botany
    @santo.botany 9 месяцев назад

    git link on that code plz