cPanel installation
- In MultiPHP Manager, select PHP 8.3+ for the target domain.
- In MySQL Databases, create a database/user and grant the user all privileges required for schema migration.
- Upload
enverif-<version>-shared-hosting.zipin File Manager and extract it. - Prefer a subdomain document root ending in
/public. If that is unavailable, keep the included root.htaccessin Enverif's extracted root. - Open
/install, complete the wizard and select Shared Hosting Mode when Redis is absent. - In Cron Jobs, add
php /absolute/path/to/enverif/artisan enverif:tickonce per minute. Ifphpresolves to an old version, use cPanel's PHP 8.3 CLI path. - Confirm the Scheduler heartbeat in Settings before relying on schedules, workflow delays or outbound automation.
Do not run queue:work as a permanent process on ordinary shared hosting. enverif:tick is intentionally finite and safe for cron-managed execution.