Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 284 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 284 Bytes

Install Packages

composer install

Copy .env file

cp .env.example .env

Set Database Detail & run migration

php artisan migrate

Set Application key

php artisan key:generate

Start Laravel Project

php artisan serve