1. Go to this page and download the library: Download bcartfall/adminlte-laravel 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/ */
bash
php artisan make:route about --type=controller
bash
php artisan make:route about MyController@method --type=controller
bash
php artisan make:route about --type=resource
bash
php artisan make:route save --method=post
bash
php artisan make:route save --api
bash
php artisan make:route --help
bash
php artisan adminlte:publish
bash
php artisan adminlte:sidebar
bash
php artisan adminlte:menu
bash
php artisan adminlte:admin
File /home/sergi/Code/AdminLTE/acacha/adminlte-laravel_test/database/seeds/AdminUserSeeder.php created
User Sergi Tur Badenas([email protected]) with the environemnt password (env var ADMIN_PWD) created succesfully!
bash
php artisan make:adminUserSeeder
File /home/sergi/Code/AdminLTE/acacha/adminlte-laravel_test/database/seeds/AdminUserSeeder.php created