Reputation: 1599
I've just picked up laravel, so a total novice at this.
I'm using the native Authorisation services.
in the view app.blade.php is a line @if (Auth::guest())
If I go searching though ...\vendor\laravel\framework\src\Illuminate\Auth
there's heaps of methods all over the place....
Is there any cheat sheet / summary? The documentation online at laravel doesn't seem to have any.
Upvotes: 1
Views: 39