idea-php-laravel-plugin icon indicating copy to clipboard operation
idea-php-laravel-plugin copied to clipboard

Controller/Action goto not working on DingoRoute

Open eric-chenavaz opened this issue 8 years ago • 3 comments

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

eric-chenavaz avatar Dec 16 '16 15:12 eric-chenavaz

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.

adelf avatar Jan 11 '17 14:01 adelf

@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

adelf avatar Jan 18 '17 12:01 adelf

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

eric-chenavaz avatar Jan 21 '17 11:01 eric-chenavaz