Last active
December 6, 2017 05:14
-
-
Save rosdyana/063b25759d82a061ea1076e3cf56fa36 to your computer and use it in GitHub Desktop.
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
composer create-project --prefer-dist laravel/laravel deepefflux | |
sudo chgrp -R www-data storage bootstrap/cache | |
sudo chmod -R ug+rwx storage bootstrap/cache | |
cp .env.example .env | |
php artisan key:generate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment