idea-php-laravel-plugin
idea-php-laravel-plugin copied to clipboard
Recognise class aliases from config/app.php
Hi,
It would be cool if plugin would recognise all aliases from config/app.php file so when we use it we can CMD+click to go to class definition.
Kind regards.
You could use this: https://github.com/barryvdh/laravel-ide-helper
The down side of using Laravel IDE Helper is that you create and use code only to help your IDE understand what's going on. +1