Ignition for Magento2
swissup/module-ignition
A beautiful error page and error tracking service for Magento powered by spatie/ignition.
Quality Score
Recent Test History
Each release is tested against the latest Magento version at that time.
+9 older tests
This module needs community help
Composer installation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubIgnition for Magento2
A beautiful error page and error tracking service for Magento powered by spatie/ignition.
Installation
composer require swissup/module-ignition
bin/magento module:enable Swissup_Ignition
Docker
When using Ignition with Docker the Open in Editor links will show incorrect paths.
To fix this issue open ~/.ignition.json file and add remote_sites_path and
local_sites_path settings.
Example:
{
"remote_sites_path": "/var/www/public",
"local_sites_path": "/Users/username/Sites/mysite/public"
}
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.