Introduction
Last updated
Was this helpful?
Last updated
Was this helpful?
The system uses laravel queue for matching Taxi booking with Taxi Drivers.
Also with the introduction of websocket, the system uses reverb:start command to keep the websocket running on your server too
Read more on laravel queue from the official documentation:
Also read more on laravel reverb for websocket connection from the official documentation:
To be able to have your queue and websocket running effectively, you will need to use a queue manager on your server. Supervisor is one of the best and recommended by the laravel team.