Multi User Login System using Laravel Jetstream | Laravel Hotel Management System Project Tutorial

preview_player
Показать описание
Multi User Login System using Laravel Jetstream | Laravel Hotel Management System Project Tutorial

Join this channel to get access to perks:

If you get helped from this tutorial, please subscribe my channel and stay with me to get more powerful tip 

Thanks For Watching.

I hope This video was helpful.If you have any questions then let me know in the comment section.
Best of luck
#webtechknowledge

You can connect with me with the given links below:

Follow me on :

#laravelproject #laravelhotelmanagementsystem #hotelmanagementsystem #laravelprojectforbeginners
Рекомендации по теме
Комментарии
Автор

At 12:01 Instead of going to the route service provider go to config/fortify.php and make changes there


WebTechKnowledge
Автор

simple and straight very helpful video my guy!

nico
Автор

ERRORR Redirection to dashboard after login..

FIX:-


makes changes to this config.fortify, php

From:

'home' => '/dashboard',

To:

'home' => '/home',

it will fix

mr.maazaslam
Автор

Thanks for the important tutorials as you have published! Next tutorials please!

maastechbd
Автор

After login admin also redirects to the user dashboard. It should redirect to admin home page as you mentioned. What's the problem??

mdjisanahmed
Автор

@webtechknowledge, Thanks for this tutorial, but I was expecting, advance one, like different table for admin, different routes, admin 2fa, admin profile update, like similar jetstream provide for user. Both can login from same browser, their session also different. If admin logout, user still logged in.

future_of_coding
Автор

Route::('/home', [Admin Controller ::class, 'index']) ;

Its showing syntax error, unexpected token "("

Why?

mapu_animation
Автор

I'm getting error while installing npm run build, can i use npm run dev instead does it work the same with run build?

DejigoldGraphix
Автор

Is there any video to ensure user can only see his data in view page? It means, user cannot see data of other users. Because I face this issue in my coding. I use php language

nuramieranatasya
Автор

in the recent update there is no RouteServiceProvider.php in the folder of providers what shuold i do ?

GalatiCristina
Автор

it always redirected me to dashboard even if login in as admin or user
plz give me a solution

utchihamadara
Автор

it always goes to user dashboard

if($usertype == 'user'){
return view('test');
}
else if($usertype == 'admin'){
return view('admin.index');
}
else{
return redirect() -> back();
}

I even tried this by replacing dashboard with a test blade
but it stll goes to user dashboard no matter what

if anyone is able to fix this problem or know how to solve it, please let me know

antudutta
Автор

anyone know why my laravel doesnt have authserviceprovider

raibowmilk
Автор

Every time redirect in dashboard after login no home url display...

hardikkumarpatel
welcome to shbcf.ru