Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,10 @@ <h6>Passwords</h6>
</pre>
<h6>Auth</h6>
<pre class="prettyprint lang-php">// Determine if the current user is authenticated
Auth::user()->getAuthIdentifier();
// Get ID of Authenticated User
Auth::user()->getAuthIdentifierName();
// Get name of Authenticated User
Auth::check();
// Get the currently authenticated user
Auth::user();
Expand Down