Skip to content

Instantly share code, notes, and snippets.

@yamin27
Created November 4, 2018 09:15
Show Gist options
  • Save yamin27/607a7f24f3c451b024d9a43a360cc8bd to your computer and use it in GitHub Desktop.
Save yamin27/607a7f24f3c451b024d9a43a360cc8bd to your computer and use it in GitHub Desktop.
composer create-project laravel/laravel testLaravel
cd testLaravel
cp .env.example .env
git init
git add -A
git commit -m 'Initial commit'
php artisan key:generate
php artisan config:clear
php artisan config:cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment