Designed to bridge the Agrobase web/mobile and desktop interface
Duplicate the .env.example file and modify the content to match your preferred deployment environment
Run composer install
to install all the project dependencies
Once all dependencies have been installed run php artisan migrate
to run migrations
Create a cron job with the following command to run all scheduled task: * * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
ngrok http --domain=bluegill-loving-strictly.ngrok-free.app 127.0.0.1:8000