Laravel 5.5 Authentication | Unauthenticated function not found (solved) #14 | Bitfumes

preview_player
Показать описание
Laravel 5.5 Have a advanced understanding of View created by auth command, that will be benificial for you in creating Multi Auth

Please suggest anything which we can add on this Authentication course so that everyone get Best out of this Authentication series

Laravel 5.4 Full Beginner Playlist :

--- FOLLOW ME ---

Subscribe for New Releases!

(ask me questions!)

--- QUESTIONS? ---

Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.

Thanks for all your support!
Рекомендации по теме
Комментарии
Автор

Thank you very much. I have suffered a lot from this problem

arabprofessionalwebschool
Автор

thank you soo much i was very confused really awesome work

omarmalikzada
Автор

hello sir...I am using laravel 5.8 and auth but my app was working fine since last year but all of sudden the user gets automatically logged in another systems and logs out automatically.please tell me the solution

DataScience
Автор

hello sir,

thank you so much for your tutorials, i learning lots of things of laravel.i just got one request.i'm having trouble with laravel redirect page after login. so i am not able handle navigation bar after login. so please make video on how handle navigation bar and how to make route after login.

ranjitrohit
Автор

In Laravel 5.7, ?? $redirect); redirect me to login page but if i try this redirect()->guest($redirect); then its working fine, what are the differeance between both of the code ? Please explain.

HarshGuptaWebExpert
Автор

Can u made a series of video
Which cover
A social media app in laravel
And plz include
Come important feature like
Comment
Follow and follower system
And user profile
System I am very thanks u for this act of work

moazammughal
Автор

I tried this in 5.8 but after logging in as admin, then put the URI /admin/login, I am redirected to the /login page for the user... What's the solution for that? thank you... Good vid. thanks.

markbriones
Автор

hello, sarthak. thank you for your tutorials. i want to know one thing that is- how can i use default 'remember me' feature on login page in laravel?

mahfuzalamin
Автор

It's Working fine but when I admin login with checked on 'remember' and logout is not working. Is there any solution?

rajendradongol
Автор

Thanks for the videos, I was already looking for a way to solve it. I had asked you in the comments. You know that if we log in the same explorer as User and as admin, and then we close session of either of the two users closes for the other. should not be a session closure for each role?

EnyelberAltube
Автор

Hello Sir, please Help when i did all of this it shows me this Error
and i did it exactly like you did

hussainwael
Автор

good pm mr. bitfumes i have addedd the script and everything worked no errors but when i use php artisan serve it does not execute....pls help

MarkJohnCVIRAY
Автор

And very important think
Add search bar
For searching user and post plz

moazammughal
Автор

Good job Bitfumes!.
Could you help me to use DOMCrawler package to get web pages data, please?!

bolarb
Автор

I am waiting ur relpy and videos series

moazammughal
Автор

Sir, you haven't explained the logout system???? Please help !!

raviwadhwani
Автор

sir when i logout from admin it will logout from both side admin as well as user. kindly give me solution

hamzaaltaf
Автор

hi sarthak. If u did not make the tutorial i am not able to learn laravel. Thank u very much.
I am using laravel 5.6 in multi-auth I write the same code as you did but this show me this """ ErrorException (E_NOTICE)
Trying to get property 'headers' of non-object """ error. Plz help me.

protected function unauthenticated($request, AuthenticationException $exception)
{
$guard= array_get($exception->guards(), 0);
// dd($guard);
switch ($guard) {
case 'admin':
$redirect = route('admin.login');
break;

default:
$redirect = route('login');
break;
}
return $request->expectsJson()
? response()->json(['message' => $exception->getMessage()], 401)
: redirect()->guest($redirect);
}

saymumsany
Автор

tell me how to mantain sesssion in laravel5.6 without auth

muhammadbilalzahid