Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
572 stars 108 forks source link

Controller/Action goto not working on DingoRoute #83

Open eric-chenavaz opened 7 years ago

eric-chenavaz commented 7 years ago

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

adelf commented 7 years ago

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 commented 7 years ago

@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

eric-chenavaz commented 7 years ago

Merci beaucoup :)

⁣Eric Chenavaz ​

Le 18 Jan 2017 à 13:39, à 13:39, Adel notifications@github.com 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