Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 297 Bytes

readme.md

File metadata and controls

9 lines (9 loc) · 297 Bytes

Setting Up

  • Run composer install
  • Run cp .env.example .env

WebSocket

  • Run php artisan ws:start to Start the WebSocket Server.

Http Server

  • Run php artisan http:start to Start the Http Server.

Hot Reloading Files on Change

  • Run php artisan run:watch to watch fo changes