vlka / yii2-error-view
Error view for autoopen phpstorm with file and line
dev-master
2017-06-09 11:49 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-01 11:35:56 UTC
README
Error view for autoopen phpstorm with file and line
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --dev --prefer-dist vlka/yii2-error-view:dev-master
or add
"vlka/yii2-error-view": "dev-master"
to the require-dev section of your composer.json file.
Usage
Once the extension is installed you must make some changes to your OS, see this example: https://github.com/aik099/PhpStormProtocol. In using the standard error page, clicking on the line number will open PhpStorm on that line.