Introduction
Note: VPS Server is required
The system uses laravel queue for matching Taxi booking with Taxi Drivers.
Read more on laravel queue from the official documentation: https://laravel.com/docs/9.x/queues
To be able to have your queue 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.
How to install and setup the laravel queue on your sever.
Last updated