vlka / yii2-error-view
Error view for autoopen phpstorm with file and line
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-06-22 07:49:33 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.