Download the PHP package empiricompany/openmage_ignition without Composer
On this page you can find all versions of the php package empiricompany/openmage_ignition. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download empiricompany/openmage_ignition
More information about empiricompany/openmage_ignition
Files in empiricompany/openmage_ignition
Package openmage_ignition
Short Description OpenMage spatie-ignition integration for OpenMage
License OSL-3.0
Homepage https://github.com/empiricompany/openmage_ignition
Informations about the package openmage_ignition
OpenMage spatie-ignition integration
Integrate ignition error page https://github.com/spatie/ignition in OpenMage!
Thanks to @fballiano for his smart idea started here: https://github.com/OpenMage/magento-lts/pull/3954
Installation
The module needs a new event mage_run_installed_exception
to catch exceptions introduced in OpenMage 20.7.0.
Install composer package
Manually patch core files
If you want to manually patch you need to add new event in the file app/Mage.php
- Or apply a patch from this PR:
Ignition Settings
In System/Advanced/Developer section
- Enabled: Enable / Disable (enable)
- Default Editor: set default editor (clipboard)
- Default Theme: set default theme (auto)
- Save custom settings in session: Enable if you want custom settings foreach session, otherwise settings will be overrided (disabled)
- Enable AI Generated Solution: Enable AI Generated Solution by OpenAI (⚠️ Warning: there is no cache implemention yet, so all errors always call OpenAI api)
- OpenAI API Key: OpenAI Api Key used to generate solutions
- Enable Flare: Enable error tracking with Flare
- Flare API Key: Flare Api Key of project
- Anonymize IP: anonymize IP sended to Falre
Save settings in file .ignition.json
is not supported yet, all new settings will be saved directly in system config or in session.
Screenshots
All versions of openmage_ignition with dependencies
magento-hackathon/magento-composer-installer Version *
openmage/magento-lts Version ^20.7
spatie/ignition Version *
laravel/serializable-closure Version ^1.3
openai-php/client Version ^0.8.5
symfony/http-client Version ^7.0
nyholm/psr7 Version ^1.8