Maxcot
Maxcot

Reputation: 1599

Laravel 5 Auth - What exactly are it's methods?

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

Answers (1)

Hamelraj
Hamelraj

Reputation: 4826

Check this LINK1 and here watch last four videos LINK2 You will get full idea :)

Upvotes: 1

Related Questions