Skip to content

swissup/module-ignition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignition for Magento2

A beautiful error page and error tracking service for Magento powered by spatie/ignition.

Screenshot of the error page powered by 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"
}