This script is intended for version ^5.1. It's a simple script that can help bootstrap your Laravel project.
To use, simply run (inside your project root directory):
wget -qO- https://raw.githubusercontent.com/defaye/bootstrap-laravel/master/bootstrap.sh | sh
This script does not run the asset compiler (e.g. gulp).
Do not be under any assumptions as to what commands have been run, it is a good idea to inspect the script first so you are fully informed as to what it does.
Please feel free to enhance this script and send me a pull request.
This project is open-sourced software licensed under the MIT license.