Laravel 5.4 with Backpack
12.06.2017
1. Install Laravel 5.4 Use the steps in the Laravel Documentation. Most likely it's running: Shell composer create-project --prefer-dist laravel/laravel yourprojectname Remember to: "chmod -R o+w" the storage and bootstrap/cache directories enter your database information in the .env file You… » Read more