seravinx / magento2-whoops-error-handler
Magento 2 Whoops error handler
Installs: 83
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.0.0
- filp/whoops: ^2.1
- magento/framework: ^100.1.0|^101.0.0|^102.0.0
- symfony/var-dumper: 3.2.*
README
This is magento 2 module that adds Whoops error handling.
composer require --dev seravinx/magento2-whoops-error-handler
./bin/magento module:enable Seravinx_Whoops
./bin/magento setup:upgrade
You can set default editor to open file with error from Whoops error page. Magento admin page -> Stores -> Configuration -> Advanced -> Developer -> Debug -> Default editor for whoops
You need to configurate your system for editor url handling. Example fore Sublime text: https://github.com/algorich/sublime-url-handler