# Cron Commands

```bash
* * * * * /usr/bin/php /path/to/backend-api/artisan schedule:run >> /dev/null 2>&1
```
