Support & Diagnostics
Keep environments healthy with built-in diagnostics.
Use the CLI doctor command, logs, and bootstrap checks to validate a healthy runtime.
CLI Doctor
Run an end-to-end environment validation at any time.
php jamilx doctor
Live Log Monitoring
Follow runtime errors in real time to surface issues quickly.
php jamilx logs:tail --follow
Installer Lock
Confirm that data/installed.lock exists in production to prevent re-installs.
Bootstrap Status
Use MODE settings in .env to verify the correct bootstrap class is loaded.
Configuration Review
Re-check database credentials and mail settings after environment changes.