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 Жыл бұрын
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 Жыл бұрын
same i dont know something wrong with user may use if(Auth::check() && Auth:user()->role ==$ role)
@spade6774 Жыл бұрын
for those have problem with webpack cli, you can actually just leave those part
@oktoniuszevanyasimanungkal95545 ай бұрын
Great Help! Thank you
@dhavalrathod-vh1ud Жыл бұрын
Best video for Multi login Very Help Full
@CamboTutorial Жыл бұрын
🙂🙂🙂 thanks
@mexico49152 жыл бұрын
I like background white. Better like you did before.
@CamboTutorial2 жыл бұрын
Thanks, I will do in next video
@ashrafulmomenshuvo5344 Жыл бұрын
Awesome Bro... Amazing video!!!
@haidertoqeer2 жыл бұрын
Thank you ❤❤ for uploading such a great tutorial
@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??
@johnmichaelcagadas256310 ай бұрын
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 ❤️
@mexico49152 жыл бұрын
Thank you nice video!!!!! 🤗🤗🤗
@armcahnnel Жыл бұрын
you are awesome!!!
@CamboTutorial Жыл бұрын
Thank you so much
@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 Жыл бұрын
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 Жыл бұрын
how about when registering it will redirect automatically in the response "You Don't have pwemission to access this page."
@moadsedzaoui6100 Жыл бұрын
me too bruh duumn
@HotDogNoob6 ай бұрын
mee too
@hassannaveed7604 Жыл бұрын
Property 'role' not found in \Illuminate\Contracts\Auth\Authenticatable|null solution?
@firassebai8592 Жыл бұрын
how can i use those routes for my flutter
@lanceimam3535 Жыл бұрын
Is it okey not to include creating using scaffold? like I want to create auth manually?
@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 Жыл бұрын
it give me this eror Too few arguments to function App\Http\Middleware\UserRoleMiddleware::handle(), 2 passed
@eunicevlogs1584 Жыл бұрын
Hi, may I ask if this also work with laravel-react js?
@abbosbekuz Жыл бұрын
good video
@jrxsabre64192 жыл бұрын
can we use enum instead of tinyInteger for role in database sir?
@CamboTutorial2 жыл бұрын
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?
@CamboTutorial2 жыл бұрын
If you work on Laravel 9 WebKit not default in webpack, you have to modified
2 жыл бұрын
@@CamboTutorial how? 😅
@yandramuslim245 Жыл бұрын
@@CamboTutorial how to fix it sir?
@92kmusic Жыл бұрын
webpack.mix.js file another project copy and paste your page
@skinnyfat62832 жыл бұрын
mantap bang
@hijrahdakwahid2 жыл бұрын
when npm run dev, error on the webpack cli? what is the solution?
@CamboTutorial2 жыл бұрын
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.
@lavishjain5362 жыл бұрын
Hey i am getting the error Undefined array key "" . Help me to solve this problem
@kwenziwa Жыл бұрын
same here buddy , did you get solution?
@joshuaabejero95922 жыл бұрын
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.
@CamboTutorial2 жыл бұрын
As enum in Model class you can see
@CodeNest256 Жыл бұрын
Auth::user->role == $role (constant user not found) anybody to help?
@lanceimam3535 Жыл бұрын
use "user()" instead of user". you use wrong syntax
@VaibhavLonbale-x2u9 ай бұрын
How can I get rid of this error "Vite manifest not found at: C:\xampp\htdocs\laravel-role\public\build/manifest.json".