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

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -