Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 472 Bytes

installation

  1. rename .env.example file => .env
  2. add database correct info => .env
  3. run
composer install
npm install
php artisan key:gen
php artisan migrate:fresh
php artisan db:seed

run the project

php artisan serve
php artisan queue:work
php artisan websocket:serve