Skip to content

Instantly share code, notes, and snippets.

@rosdyana
Last active December 6, 2017 05:14
Show Gist options
  • Save rosdyana/063b25759d82a061ea1076e3cf56fa36 to your computer and use it in GitHub Desktop.
Save rosdyana/063b25759d82a061ea1076e3cf56fa36 to your computer and use it in GitHub Desktop.
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