idea-php-laravel-plugin
idea-php-laravel-plugin copied to clipboard
Controller/Action goto not working on DingoRoute
Hello,
I use DingoAPI (https://github.com/dingo/api) into laravel 5.3,
/routes/api.php :
DingoRoute::get('my/{name}', [ 'as' => 'my.name', 'uses' => 'App\Http\Controllers\MyController@showByName', ]);
PHPStome Ctrl+B (Navigate->goto Declaration) on "showByName" say : "Cannot find declaration to go to".
DingoRoute is the facade of \Dingo\Api\Routing\Router
Cordialy
This plugin is not a good place for supporting 3rd party tools. I decided to create new one depending on this plugin. It's almost ready, but we have to refactor some places in laravel plugin to make it's using easier.
@chenavazer, plugin has been approved. You can try - https://plugins.jetbrains.com/idea/plugin/9404-dingo-api-plugin Or just find and install it in PhpStorm
Merci beaucoup :)
Eric Chenavaz
Le 18 Jan 2017 à 13:39, à 13:39, Adel [email protected] a écrit:
@chenavazer, plugin has been approved. You can try - https://plugins.jetbrains.com/idea/plugin/9404-dingo-api-plugin
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/Haehnchen/idea-php-laravel-plugin/issues/83#issuecomment-273465078