Created
March 12, 2019 12:04
-
-
Save dpossas/130b3391903b373fe313115d0bb5058f to your computer and use it in GitHub Desktop.
Instalação do laravel - Cloud9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm README.md php.ini hello-world.php | |
composer create-project laravel/laravel ./laravel --prefer-dist | |
shopt -s dotglob | |
mv laravel/* ./ | |
rm -rf laravel | |
sudo nano /etc/apache2/sites-enabled/001-cloud9.conf | |
sudo composer update | |
https://community.c9.io/t/getting-started-with-laravel/1608 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment