idea-php-laravel-plugin
idea-php-laravel-plugin copied to clipboard
Single action controllers are not detected in route files
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
- Create single action controller (using
public function __invoke
) - Try to type it's class name under action in route file
Expected Plugin detects controller and provides autocomplete Reallity Nothing happens