Created
March 10, 2020 05:29
-
-
Save JeffreyNaval/fad978137ad22d0bbd43d13000755d57 to your computer and use it in GitHub Desktop.
Laravel Install after clone
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 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