Laravel 8 Blog Admin Panel - 3: Setup Admin & User Login with Middleware & redirect | multi auth

preview_player
Показать описание
In this video, I have taught how to make login and register auth in laravel. Also how to setup admin and user login with middleware and redirect them to different pages in laravel. Laravel 8 multi auth.
Custom User and Admin login with role using middleware in laravel 8.

Get the Source Code:

Playlist of Laravel 8 Blog Project:

Рекомендации по теме
Комментарии
Автор

bro you are the only one in whole youtube who explain with this clarity ♥

qfcqfpr
Автор

It is possible if separated login ? Like for users is mobile app and admin is website?

dagocjohncarlw.
Автор

What if you want to add 1 more additional user?

godstimeyusuff
Автор

at the end, why i cant go to admin/dashboard but to /login? and the page is expired

Starwishas
Автор

Sir when you clicked on a home button it is not going to the admin dashboard. video time 17:42

dhimanscorner
Автор

I cant redirect to admin/dashboard page if I login in as
admin ?

Berettadr
Автор

Will there be a course on creating a blog using react js and laravel?

NayskomMedia
Автор

still have access to the dashboard, where is the error ?

Route::get('/dashboard', [App\Http\Controllers\Admin\DashboardController::class, 'index']);
});

sarait
Автор

what extension are you using in this tutorial?

dailyanimeworld
Автор

i get error "Attempt to read property "headers" on null" when i direct to admin/dashboard as an user how to fix it ?

gypsy
Автор

Attempt to read property "role" on null how to fix it sir

maryamechoujjaa
Автор

I am following this today when laravel 9 is released. After adding a column when i run php artisan migrate give me error on console :

Base table or view already exists: 1050 Table 'users' already exists")

2
PDOStatement::execute()

Can you please help me?

learner
Автор

How about preventing the admin from accessing the user page

annbonador
Автор

mera user logout nahi ho pa rha hai baki sab ho gya please help anyone

manmohansinghbhanwal
Автор

TypeError
PHP 8.1.2
9.16.0
Illegal offset type

josemanuelherrero
Автор

17:40 not working bro

its redirect to home

spacelover
Автор



Target class [isAdmin] does not exist.

vjozzlf