Skip to content

Instantly share code, notes, and snippets.

@JeffreyNaval
Created March 10, 2020 05:29
Show Gist options
  • Save JeffreyNaval/fad978137ad22d0bbd43d13000755d57 to your computer and use it in GitHub Desktop.
Save JeffreyNaval/fad978137ad22d0bbd43d13000755d57 to your computer and use it in GitHub Desktop.
Laravel Install after clone
composer install
cp .env.example .env
php artisan key:generate
php artisan passport:install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment