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
Post a Comment