Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
573 stars 109 forks source link

Single action controllers are not detected in route files #208

Open almod90 opened 5 years ago

almod90 commented 5 years ago

Hi guys, your plugin is very good, but I think I've detected a minor issue here:

Where Any route file (etc web.php) What 1) Create single action controller (using public function __invoke) 2) Try to type it's class name under action in route file

Expected Plugin detects controller and provides autocomplete Reallity Nothing happens