Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 174 Bytes

download.md

File metadata and controls

8 lines (7 loc) · 174 Bytes

Open a shell to the downloaded project directory, and run the following command:

composer install
php artisan migrate
php artisan key:generate
php artisan serve