Simple PHP script that can be used to prepare new Laravel projects very easily.
You are ready to run the file! Continue to the below section.
- Download the file by using
wget
in the root of your project:
wget https://raw.githubusercontent.com/bhcosta90/laravel-ready/main/ready.php
- Execute the script:
php ready.php
The script will be self-destructed after the execution.