Auth Multi Roles Login with Custom Middleware in Laravel 9

  Рет қаралды 53,053

Cambo Tutorial

Cambo Tutorial

Күн бұрын

Пікірлер: 47
@me_lvin7068
@me_lvin7068 2 жыл бұрын
Great content. This is simpler and more understandable (especially for beginners) than any content I have already watched about user role authentication in Laravel 9.
@Nestumk
@Nestumk Жыл бұрын
Great video! Guys, this error is fixed by the end of the video. if(Auth::check() && Auth::user->role == $role) Undefined constant Illuminate\Support\Facades\Auth::user
@hassannaveed7604
@hassannaveed7604 Жыл бұрын
same i dont know something wrong with user may use if(Auth::check() && Auth:user()->role ==$ role)
@spade6774
@spade6774 Жыл бұрын
for those have problem with webpack cli, you can actually just leave those part
@oktoniuszevanyasimanungkal9554
@oktoniuszevanyasimanungkal9554 5 ай бұрын
Great Help! Thank you
@dhavalrathod-vh1ud
@dhavalrathod-vh1ud Жыл бұрын
Best video for Multi login Very Help Full
@CamboTutorial
@CamboTutorial Жыл бұрын
🙂🙂🙂 thanks
@mexico4915
@mexico4915 2 жыл бұрын
I like background white. Better like you did before.
@CamboTutorial
@CamboTutorial 2 жыл бұрын
Thanks, I will do in next video
@ashrafulmomenshuvo5344
@ashrafulmomenshuvo5344 Жыл бұрын
Awesome Bro... Amazing video!!!
@haidertoqeer
@haidertoqeer 2 жыл бұрын
Thank you ❤❤ for uploading such a great tutorial
@fatimahassan2673
@fatimahassan2673 Жыл бұрын
Thanks for such great and simple tutorial 🌸 I am just asking about registration .. what are the steps to redirect each user to corresponding role page??
@johnmichaelcagadas2563
@johnmichaelcagadas2563 10 ай бұрын
I did not tried it yet but I think using this code if you are able tp login to the userpage you can also be able to redirect to admin using the routes
@スイートエッグ
@スイートエッグ 2 жыл бұрын
tysm for the explanation, helps a lot ❤️
@mexico4915
@mexico4915 2 жыл бұрын
Thank you nice video!!!!! 🤗🤗🤗
@armcahnnel
@armcahnnel Жыл бұрын
you are awesome!!!
@CamboTutorial
@CamboTutorial Жыл бұрын
Thank you so much
@vivekchavan4823
@vivekchavan4823 Жыл бұрын
Thanks for video I use your code in my projects, but it take only one editor login. it is not refresing variables I am new to laravel please guide me
@ahmeddeghady4510
@ahmeddeghady4510 Жыл бұрын
Thanks! When if I want to add extra attributes to a user based on the role? Say the customer may have extra attributes that an admin does not need (i.e. cart FK)?
@darylpiamonte1612
@darylpiamonte1612 Жыл бұрын
how about when registering it will redirect automatically in the response "You Don't have pwemission to access this page."
@moadsedzaoui6100
@moadsedzaoui6100 Жыл бұрын
me too bruh duumn
@HotDogNoob
@HotDogNoob 6 ай бұрын
mee too
@hassannaveed7604
@hassannaveed7604 Жыл бұрын
Property 'role' not found in \Illuminate\Contracts\Auth\Authenticatable|null solution?
@firassebai8592
@firassebai8592 Жыл бұрын
how can i use those routes for my flutter
@lanceimam3535
@lanceimam3535 Жыл бұрын
Is it okey not to include creating using scaffold? like I want to create auth manually?
@robertomejia3124
@robertomejia3124 Жыл бұрын
Guys, following this video, I do not need to install Spaties/Laravel-Permissions, right ? I mean, could use this and it's almost the same
@hamzael-badaoui1736
@hamzael-badaoui1736 Жыл бұрын
it give me this eror Too few arguments to function App\Http\Middleware\UserRoleMiddleware::handle(), 2 passed
@eunicevlogs1584
@eunicevlogs1584 Жыл бұрын
Hi, may I ask if this also work with laravel-react js?
@abbosbekuz
@abbosbekuz Жыл бұрын
good video
@jrxsabre6419
@jrxsabre6419 2 жыл бұрын
can we use enum instead of tinyInteger for role in database sir?
@CamboTutorial
@CamboTutorial 2 жыл бұрын
yes, sure, but I prefer to use integer instead of enum.😀
2 жыл бұрын
webpack-cli] Error: Cannot find module 'C:\xampp\htdocs\onlineScholarshipSystem\webpack.mix' Require stack: i got this error sir, how can i solve this?
@CamboTutorial
@CamboTutorial 2 жыл бұрын
If you work on Laravel 9 WebKit not default in webpack, you have to modified
2 жыл бұрын
@@CamboTutorial how? 😅
@yandramuslim245
@yandramuslim245 Жыл бұрын
@@CamboTutorial how to fix it sir?
@92kmusic
@92kmusic Жыл бұрын
webpack.mix.js file another project copy and paste your page
@skinnyfat6283
@skinnyfat6283 2 жыл бұрын
mantap bang
@hijrahdakwahid
@hijrahdakwahid 2 жыл бұрын
when npm run dev, error on the webpack cli? what is the solution?
@CamboTutorial
@CamboTutorial 2 жыл бұрын
Laravel 9 come with vite, I usually compile with webpack. Watch my video Laravel Enable Strong Password around 3:00 you can see I have configured that.
@lavishjain536
@lavishjain536 2 жыл бұрын
Hey i am getting the error Undefined array key "" . Help me to solve this problem
@kwenziwa
@kwenziwa Жыл бұрын
same here buddy , did you get solution?
@joshuaabejero9592
@joshuaabejero9592 2 жыл бұрын
Just a quick question, you use role="0" not role="admin" how does it know it's admin? Sorry just new on this Laravel thingy.
@CamboTutorial
@CamboTutorial 2 жыл бұрын
As enum in Model class you can see
@CodeNest256
@CodeNest256 Жыл бұрын
Auth::user->role == $role (constant user not found) anybody to help?
@lanceimam3535
@lanceimam3535 Жыл бұрын
use "user()" instead of user". you use wrong syntax
@VaibhavLonbale-x2u
@VaibhavLonbale-x2u 9 ай бұрын
How can I get rid of this error "Vite manifest not found at: C:\xampp\htdocs\laravel-role\public\build/manifest.json".
Programming Is Cooked
9:30
ThePrimeTime
Рет қаралды 189 М.
ТЫ В ДЕТСТВЕ КОГДА ВЫПАЛ ЗУБ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 4,6 МЛН
04 - Authenticating Users in #laravel
13:15
Laravel
Рет қаралды 49 М.
Laravel: Separate DB Tables for Roles? I Don't Recommend It
5:41
Laravel Daily
Рет қаралды 18 М.
Laravel Roles and Permissions: All CORE Things You Need To Know
16:32
Laravel Daily
Рет қаралды 225 М.
Shadcn/ui but for Laravel
15:53
Josh Cirre
Рет қаралды 12 М.
Become a PRO at Using Components in Laravel
32:51
Code With Dary
Рет қаралды 39 М.
How to structure a JS/TS monorepo (From Zero to Turbo - Part 1)
11:58
ТЫ В ДЕТСТВЕ КОГДА ВЫПАЛ ЗУБ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 4,6 МЛН