Laravel 5.3.* web ap based on AdminLte theme (Skeleton to start a new web app) : Auth, Menu, ...
$ composer create-project enimiste/adminlte-laravel5-skeleton my_project
- Create an empty database
- Edit .env file
- Run
php artisan migrate --seed
- Run Laravel built in server
php artisan serve
- Open the url in your browser and log in using "admin@contact.com" and "admin" as password