php - Laravel built in Authentication -


in laravel built in authentication, among many available classes , interfaces, have narrowed down illuminate\support\facades\auth , illuminate\auth\sessionguardas trying figure out how authentication works, can please explain me principle or how these 2 correlates such able call auth::check() or of related functions implemented illuminate\auth\sessionguard not illuminate\support\facades\auth. in advance.

p.s. trying build own custom authentication in laravel , want understand one.


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -