Prerequisites
Cachet v3.x runs on Laravel 11.35+, 12.x, or 13.x and requires:- PHP 8.3 or 8.4
- Composer
- SQLite, MySQL, MariaDB 10.7+, PostgreSQL, or SQL Server
Installing Cachet
If you are looking to migrate from Cachet v2.x, please refer to the migration guide.- Manual setup
Step 10
Enable the scheduler by adding the following cron entry:Cachet uses the scheduler to send subscriber notifications for completed maintenance and long-running incidents.
/etc/crontab
Step 11
Run a queue worker to deliver email notifications:
Cachet queues all subscriber emails. The default
sync queue connection delivers them inline, but we recommend a dedicated queue worker in production. See the Laravel queue documentation for running workers with a process supervisor.