Note: VPS Server is required
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: https://laravel.com/docs/12.x/queuesarrow-up-right
Also read more on laravel reverb for websocket connection from the official documentation: https://laravel.com/docs/12.x/reverbarrow-up-right
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.
Last updated 9 months ago