#Crafting a Laravel project easily on Cloud9 [An online collaborative development IDE]. This bash script makes creating a Laravel project on Cloud9 more easier for developers.
- After creating a PHP workspace on Cloud9, add the file to the root of your PHP project directory.
- Make the bash script executable by running this command like so: chmod +x create.sh.
- Finally you craft the Laravel project by executing this command: ./create.sh.
After executing the command, the following happens:
- PHP is upgraded to version 5.6.
- Laravel is installed and a new Laravel project is created for you.