#REMINDERS CRON
- Clone the repository:
git clone https://github.com/andreskuver/reminders-cron.git
cd reminders-cron
- Run
php local server: php -S localhost:8080
- Visit localhost:8080
- Exec
crontab -e
- Write:
*/15 * * * * <path-to-php>/php <path-to-here>/reminders-cron/index.php
- This will be executed every 15 minutes.