PHP code example of chamikasamaraweera / laravel-adminlte-auth
1. Go to this page and download the library: Download chamikasamaraweera/laravel-adminlte-auth library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
chamikasamaraweera / laravel-adminlte-auth example snippets
// routes/web.php
Auth::routes(['verify' => true]);
bash
php artisan ui:adminlte --auth
resources/views/
├── layouts/
│ └── auth.blade.php ← AdminLTE + BS5 base layout
└── auth/
├── login.blade.php
├── register.blade.php
├── verify.blade.php
└── passwords/
├── email.blade.php
└── reset.blade.php