Multi login system using middleware | User Login | Admin Login | Laravel 9 | Learning Points

Sdílet
Vložit
  • čas přidán 25. 07. 2024
  • Multi login system using middleware | How to use user and admin login system | Multiple Authentication | Laravel auth | Separate Dashboard | Laravel 9 | Laravel Tutorial | Learning Points
    In this video we will going to learn about how we can create login system using ui auth in laravel.How we can create different types of user login. Will create new column to identify which type of user it is. We will create separate link for user and admin. After login they will redirect to their specific dashboard. Restrict user to access admin dashboard.
    Chapters
    00:00 Overview
    01:27 Project Setup
    02:37 Start Application
    03:06 Authentication
    04:12 Add Bootstrap Scaffolding
    05:00 Npm install and build
    06:00 Auth Scaffolding
    07:00 Database Connection
    08:57 Migrate Database
    11:59 Configure Model
    12:40 Register users
    14:42 Add Middleware
    15:23 Register Middleware
    16:15 Middleware Logic
    18:32 Admin Dashboard
    22:21 Create Login
    30:16 Apply Middleware
    32:46 Show Error Message
    33:40 Conclusion
    Please comment your feedback and support me by subscribing to this channel.
    Sequelize Tutorial : • Sequelize Tutorial | L...
    Laravel 9 New upgrades : • Laravel 9 New Features...
    Laravel 9 Tutorial : • Laravel 9 Tutorial | L...
    Express JS Tutorial : • Express Js Tutorial | ...
    Full Node Js Tutorial : • Node JS latest version...
    Full JWT Authentication tutorial in Laravel 8 : • Laravel 8 REST API Usi...
    Full PHP tutorial : • PHP beginners to advan...
    Full ECMA Script Tutorial : • ES6 | ECMA SCRIPT Tuto...
    Laravel 8 tutorial : • Laravel 8 tutorial | L...
    Angular Tutorial : czcams.com/users/embedvideose...
    API tutorial with Laravel : • API tutorial from begi...
    Livewire Tutorial : czcams.com/users/embedvideose...
    Full Stack Application Tutorial : • Full Stack Application...
    Full Voyager admin panel tutorial: czcams.com/users/embedvideose...
    Advance PHP tutorial : • Advance PHP tutorial |...
    PHP Interview Questions Answers : czcams.com/users/embedvideose...
    Follow in Facebook : / learningpointsdotin
    Follow in Linkedin : / learning-points
    Follow in Instagram : / learning_points
    Visit Learning Points website for more topic : learning-points.in/
    #laravel #tutorial #authentication #login

Komentáře • 29

  • @rashmiswain9036
    @rashmiswain9036 Před 5 měsíci

    thank u so much for this video

  • @johndutton4612
    @johndutton4612 Před 11 měsíci

    good work! thank you. subscribed

  • @Adilkhan-lh4tq
    @Adilkhan-lh4tq Před rokem +1

    Amazing 👍

  • @genjisoul1785
    @genjisoul1785 Před rokem +1

    Keep it up 👍

  • @Toxic-vn8fx
    @Toxic-vn8fx Před rokem +1

    Good one 💯

  • @kakablack7409
    @kakablack7409 Před rokem +1

    thanks sir

  • @Wabsolution006
    @Wabsolution006 Před rokem +1

    good video sir

  • @nazelibrahim9729
    @nazelibrahim9729 Před 26 dny

    is it possible to make middleware that enables me have separate and different login pages for let's say admin, user and participant?

  • @ThiyagarajanP-ed5rf
    @ThiyagarajanP-ed5rf Před 11 měsíci

    thank bro

  • @fouziasarkerdisha6937
    @fouziasarkerdisha6937 Před 8 měsíci

    Hello brother by sawing your video I've try to do the multi auth in my running project now my whole project work is gone I could not figureout how to solve this unfortunatly I've keep any backup file can you please help me I really need your help.Thank you

  • @MuhammadAli-fn5kv
    @MuhammadAli-fn5kv Před rokem

    i think the db name is not correct. otherwise a great turtorial

  • @AayushiJain-zd8gg
    @AayushiJain-zd8gg Před měsícem

    Please make for api

  • @pkp4761
    @pkp4761 Před 11 měsíci

    would this tutorial still work if i used the custom login tutorial?

  • @NASA-Educational
    @NASA-Educational Před 10 měsíci

    hello sir! I have a problem between the admin and user home when I log the admin account it lagging in my screen and it directly go to home location it says user dashboard and if I change the url into admin/home it directly go to admin dashboard. I hope u will help me.

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

    You are using which microphone and recorder . I have new audio array microphone not working in ubantu 22.04

    • @LearningPointsCourses
      @LearningPointsCourses  Před 10 měsíci +1

      Any microphone you can use. Make sure your settings is correct. My headphone company is BOAT

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

      @@LearningPointsCourses I have audio array condense microphone but not working

    • @acharyatechnical
      @acharyatechnical Před 9 měsíci

      @@LearningPointsCourses Please suggest your model i will by that same one

  • @riyajhossen841
    @riyajhossen841 Před rokem

    Why should I store Admin in the users table?

    • @LearningPointsCourses
      @LearningPointsCourses  Před 11 měsíci +1

      Your choice. If you want to store separately you can

    • @riyajhossen841
      @riyajhossen841 Před 11 měsíci

      @@LearningPointsCourses Please make a video on this topic "Custom admin login when admins have a different table".