Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 212 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 212 Bytes

composer install

cp .env.example .env

php artisan key:generate

php artisan migrate

npm install

npm run dev

run unit test:

php artisan test --testsuite=Unit