laravel-goto-controller
laravel-goto-controller copied to clipboard
Go to a method from an array with a class and the method [feature]
Hello.
I have a code with a class and a method.
use App\Http\Controllers\API\CalculatorController;
Route::get('computation/{id}', [CalculatorController::class, 'getComputation']); // \App\Http\Controllers\API\CalculatorController@getComputation
I would like to go to a method by this route declaration.
Thanks.
@stef-k , Not working with named routes with class.
- Working
- Not working
- Working