Setup Cron Job (Super Important)
Cron Jobs are responsible for making sure the app is always running correctly. Follow the video instructions to setup cron job for your app.
Structure
/usr/local/bin/php /home/path/to/your/project/artisan schedule:run >> /dev/null 2>&1
replace "/home/path/to/your/project/"
with your own project path