swissup/module-ignition
Composer 安装命令:
composer require swissup/module-ignition
包简介
A beautiful error page and error tracking service for Magento
README 文档
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
Using in developer mode
This module will show the error page with detailed information about the error and stack trace only in developer mode:
bin/magento deploy:mode:set developer
Using in production mode
You can also use it in production mode to log the errors using Flare error tracking service. To do so, create flare project, get the "Project Key" and run this command:
bin/magento config:set swissup_ignition/general/api_key [API_KEY]
bin/magento cache:clean
By default, only PHP errors are logged. If you would like to track JS errors too, run this command:
bin/magento config:set swissup_ignition/general/enable_js_reporting 1
bin/magento cache:clean
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"
}
统计信息
- 总下载量: 43.22k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 87
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-04