Social Network with PHP: Signing in (9/37)

preview_player
Показать описание

Official site

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

a more consistent version of <input type="hidden" name="_token" value="{{ Session::get('token') }}"> is to user {{ csrf_field() }} that renders that for you.

mikeziri
Автор

what are the course prerequisites? I am still learning PHP, I want to know every thing I need to know before I start watching this series.

nizaral-assi
Автор

Hello, I have a problem with Auth:attempt. Phpstorm show me the next message: method attempt() not found in Auth class

ymcheung
Автор

Good morning, how can you check if the user is active before signing them in

TheBasiru
Автор

how can i solve this error

Argument 1 passed to must be an instance of Illuminate\Contracts\Auth\Authenticatable, instance of App\Member given, called in on line 387 and defined

mustafaabdujalil
Автор

PLease how to download the code source.I don't find in the website

kifackyanick
Автор

Please Help I got Error At The End Of This Lesson That Error is same as 10:34 ? any sol ?

appimators
Автор

After successfully signed in, than the navigation.blade.php file -> @if (Auth::check()) @endif
is not working.. But why?

SagorMax
Автор

I keep getting "FatalErrorException in EloquentUserProvider.php line 126:
Class '\App\User' not found" no matter what I do! I've changed auth.php to have "App\Models\User::class"... no change in error. Changed composer.json file, removed namespace in AuthController.php, STILL no change in error. It's as though they're not related... I don't understand QQ

cynniminnii
Автор

I AM really struggling wit the if(!Auth, code. Everything works until i put that in then it won't work as shown in the vid. Im using larval 5.2. I am so lost HELP

jkallend
Автор

I really love it when u say "AUTH" hehe

jakeromeopeniano
Автор

I am getting an error message like ...

FatalErrorException in AuthController.php line 49:
Class not found

uzzwalable
Автор

need help pls i try to login but its say like that
FatalErrorException in AuthController.php line 44:
Class 'naeo\Http\Controllers\Auth' not found

hasvan
Автор

Hi Fernando i have the same issue with !Auth::attempt() how did you solve that?

kommanakarteek
Автор

anyone have idea how to remember state of checkbox?

TheKacavida
Автор

Auth::attempt always return false even after entering correct credentials in laravel 5.1.33, 5.2

ThaniOruvan