Laravel Jetstream Multi Auth | Roles and Permissions In Laravel Jetstream [HINDI]

Sdílet
Vložit
  • čas přidán 9. 04. 2022
  • In this video, you will learn laravel multi auth with jetstream. I would like to share with you laravel multiple auth. This video will give you a simple example of laravel multiple authentications with jetstream.
    Roles and Permissions In Laravel Jetstream | Laravel Jetstream Multi Auth
    I've created many videos about multi authentication in laravel. in this video, we will create a multi auth very simple way using middleware with a single table in the jetstream. if you want to create multiple authentications using middleware then you can watch this video
    links :
    Jetstream
    jetstream.laravel.com/2.x/int...
    roles and permission package :
    spatie.be/docs/laravel-permis...
    Our Playlists:
    Laravel 9:
    • Laravel 9
    Nuxt Js
    • NuxtJS
    Laravel And Vuejs
    • Laravel And Vuejs
    Laravel Notifications:
    • Laravel Notification
    Laravel And React Js
    • Laravel ReactJs
    Laravel Interview Questions And Answers:
    • Laravel Interview Ques...
    Laravel User Management System:
    • Laravel User Managemen...
    Laravel Multi Auth System
    • Laravel Multi Auth System
    Follow us:
    YoutTube: / ajayyadavexpo
    Instagram: / ajayyadavexpo
    Twitter : / ajayyadavexpo
    Linkedin : / ajayyadavexpo
    Github : github.com/ajayyadavexpo
    GitHub Link - (Download the project)
    github.com/ajayyadavexpo/Lara...
    Please subscribe to my channel and share the video with your friends.
    #LaravelJetstream #JetstreamLaravel #JetstreamMultiAuth #RolesAndPermissionInJetstream #JetstreamAuth

Komentáře • 26

  • @VIKASKumar-dg5vb
    @VIKASKumar-dg5vb Před 2 lety

    Thank you so much sir 😊😊

  • @sandhyagouri7274
    @sandhyagouri7274 Před 2 lety

    Informative

  • @AkhileshYadav-lv3kh
    @AkhileshYadav-lv3kh Před 2 lety

    Great sir

  • @funistop007
    @funistop007 Před 6 měsíci

    sir agar hume dynamically routes or middleware banane h to kese banenege
    ???

  • @user-xy6hx9fo2j
    @user-xy6hx9fo2j Před 11 měsíci

    i install everything but i login as a user and as a admin my password is wrong credentials not match?

  • @aadrshsharma3636
    @aadrshsharma3636 Před 2 lety

    Finally bhole baba... thank you

  • @avishkaudara1380
    @avishkaudara1380 Před rokem

    in new registration, the role didnt added.. can you please tell me how can i make that happen..?

    • @ajay-yadav
      @ajay-yadav  Před rokem +1

      Inside App\Actions\Fortify\CreateNewUser.php
      $user = User::create([
      'name' => $input['name'],
      'email' => $input['email'],
      'password' => Hash::make($input['password']),
      ]);
      $user->assignRole('user');
      return $user;

  • @vishvanation
    @vishvanation Před 6 měsíci

    Make a video on how to make datatable in laravel vue inertia

  • @lagends9297
    @lagends9297 Před rokem

    bro thnk you very much. but i am not able to register. and secondly how laravel know who is who because in user table their is nothing which identifies who is user and who is admin.

    • @ig5920
      @ig5920 Před 10 měsíci

      model_has_roles thats the table where user relations stores by roles

  • @archanarajpura1931
    @archanarajpura1931 Před 2 lety

    Hi i have try to do demo smae like you but in profile getting only blank page. Why?

    • @ajay-yadav
      @ajay-yadav  Před 2 lety

      Blade file is loding???

    • @archanarajpura1931
      @archanarajpura1931 Před 2 lety

      @@ajay-yadav No Do you have git repo of this whole demo?
      Which specific laravel version you have used?
      Was trying in the 9.12

    • @ajay-yadav
      @ajay-yadav  Před 2 lety +1

      Yes, @Archana I've just pushed the code ... plz check the link in the description

  • @surajbherwani5488
    @surajbherwani5488 Před 2 lety

    Why two packages?

  • @KamranBhutto
    @KamranBhutto Před 2 lety

    please make on PieChart video
    return Reply::dataOnly
    DataTables
    Carbon $request->month and $request->year
    billing system monthly , yearly recruiting

  • @dummyuser7046
    @dummyuser7046 Před 2 lety +1

    Custom authentication is better than these things...!!!

  • @ShahzaibKhan-wh5hh
    @ShahzaibKhan-wh5hh Před 2 lety

    Vite manifest not found at: E:\xampp\htdocs\laravel_version_9\public\/build/manifest.json
    plz help

    • @ajay-yadav
      @ajay-yadav  Před 2 lety

      npm install
      npm run build

    • @ShahzaibKhan-wh5hh
      @ShahzaibKhan-wh5hh Před 2 lety

      @@ajay-yadav ok mgr laravel 8 me jetstream install nhi ho raha hai lekin Laravel v9.20.0 me install ho raha hai

    • @ajay-yadav
      @ajay-yadav  Před 2 lety

      oh aisa hai ?? jetstream laravel 8 me introduce hua tha i guess, to laravel 8 me to available hona chahey tha ... koi error ???

    • @ShahzaibKhan-wh5hh
      @ShahzaibKhan-wh5hh Před 2 lety

      @@ajay-yadav ager laravel 8 me jetstream install kro to laravel k version upgrade ka kehta hai