Skip to main content
Category:

Example How to use @auth and @guest directives in Laravel.

Instead of if-statement to check logged in user, use @auth directive.


Typical way:

@if(auth()->user())
 // The user is authenticated.
@endif


Shorter:

@auth
 // The user is authenticated.
@endauth

 

The opposite is @guest directive.

@guest
 // The user is not authenticated.
@endguest

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook