swissup/module-ignition

A beautiful error page and error tracking service for Magento

Installs: 7 063

Dependents: 0

Suggesters: 0

Security: 0

Stars: 59

Watchers: 8

Forks: 6

Open Issues: 1

Type:magento2-module

1.1.5 2024-11-20 15:05 UTC

This package is auto-updated.

Last update: 2024-11-20 15:07:01 UTC


README

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"
}