- Sending service expiration reminder emails
- Suspending overdue services
- Resetting monthly bandwidth counters
- Cleaning up expired WireGuard configurations
Deployment
Task Scheduler
Setting up the Laravel cron scheduler for automated tasks.
The Laravel scheduler handles periodic tasks such as:
Add this line:
This is the only cron entry you need. Laravel’s scheduler internally dispatches all timed tasks.
This shows all registered scheduled commands and their next run time.
This runs the scheduler in the foreground, executing due commands every minute — useful during development.