Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 222 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 222 Bytes

About us page

Run server

php artisan server

DB migration and seed

php artisan migrate --seed

Run dev

npm run dev

Development Environment Setup

composer install
npm install

Test

php artisan test