Setting Up Notifications
It is important that you setup a cron job when you install Gforce. This
will enable the application be able to send out notification
to subscribers. It will also trigger the cron jobs for
each active subscriber.
To setup your cron job, add this cron command to your server
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1