Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Laravel

@env('local')
   {{-- will only be rendered in the local environment --}}
    <div class="space-y-2">
        <x-login-link email="admin@spatie.be"/>
        <x-login-link email="user@spatie.be"/>
    </div>
@endenv
Source by laravel.com #
 
PREVIOUS NEXT
Tagged: #Laravel
ADD COMMENT
Topic
Name
9+7 =