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

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

Bitfumes

6 лет назад

10,487 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@danielsousa5611
@danielsousa5611 - 20.02.2021 20:06

Great video, helps a lot!

Ответить
@DataScience111
@DataScience111 - 14.03.2020 20:03

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

Ответить
@tarekmesalam6840
@tarekmesalam6840 - 03.03.2020 07:40

it is not good edit in vendors file

Ответить
@markbriones4871
@markbriones4871 - 27.06.2019 05:28

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.

Ответить
@kirindev
@kirindev - 30.05.2019 21:28

thank you.

Ответить
@ranjitrohit1530
@ranjitrohit1530 - 23.03.2019 15:26

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.

Ответить
@ronitkumar6546
@ronitkumar6546 - 20.02.2019 00:37

Route [login] not defined.

Ответить
@hamzaaltaf3633
@hamzaaltaf3633 - 30.01.2019 16:17

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

Ответить
@ranjanshah293
@ranjanshah293 - 09.01.2019 09:07

admin.login not defined please help

Ответить
@HarshGuptaWebExpert
@HarshGuptaWebExpert - 10.12.2018 14:05

In Laravel 5.7 , redirect()->guest($exception->redirectTo() ?? $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.

Ответить
@emmanuelakogwu720
@emmanuelakogwu720 - 01.10.2018 15:00

You are the Best... Thanks so much!

Ответить
@tatsumarugomez
@tatsumarugomez - 16.09.2018 19:38

Why its not working in 5.7?

Ответить
@MarkJohnCVIRAY
@MarkJohnCVIRAY - 06.08.2018 09:19

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

Ответить
@muhammadbilalzahid4561
@muhammadbilalzahid4561 - 11.07.2018 13:40

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

Ответить
@rajendradongol1485
@rajendradongol1485 - 11.05.2018 13:36

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

Ответить
@raviwadhwani2903
@raviwadhwani2903 - 11.05.2018 12:17

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

Ответить
@chidiomelu5051
@chidiomelu5051 - 30.03.2018 16:05

can this work in laravel 5.6?

Ответить
@omarmalikzada335
@omarmalikzada335 - 10.03.2018 13:38

thank you soo much i was very confused really awesome work

Ответить
@yuukirei5031
@yuukirei5031 - 27.02.2018 03:14

Is this work on 5.6?

Ответить
@arabprofessionalwebschool7333
@arabprofessionalwebschool7333 - 26.02.2018 13:21

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

Ответить
@saymumsany
@saymumsany - 22.02.2018 09:59

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);
}

Ответить
@mahfuzalamin2909
@mahfuzalamin2909 - 30.01.2018 00:03

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?

Ответить
@moazammughal2887
@moazammughal2887 - 19.11.2017 11:53

I am waiting ur relpy and videos series

Ответить
@moazammughal2887
@moazammughal2887 - 19.11.2017 11:53

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

Ответить
@moazammughal2887
@moazammughal2887 - 19.11.2017 11:53

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

Ответить
@bola43rb
@bola43rb - 28.10.2017 06:14

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

Ответить
@EnyelberAltube
@EnyelberAltube - 26.10.2017 18:55

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?

Ответить
@taohidansari2176
@taohidansari2176 - 26.10.2017 14:15

thank you .......

Ответить
@sandeeppandey7929
@sandeeppandey7929 - 26.10.2017 10:46

thank u.

Ответить
@tahseenalaa7030
@tahseenalaa7030 - 26.10.2017 09:17

Keep the good work on

Ответить