Extension Version
1.4.0
PHP Binary
Valet
Operating System
Linux
What happened?
I can't navigate to controller method if the Route::Controller with group is used.
Mimimal Code Sample
Route::controller(OrderController::class)->group(function () {
Route::get('/test', 'function')->name('offline-modal-view');
});
Extension Version
1.4.0
PHP Binary
Valet
Operating System
Linux
What happened?
I can't navigate to controller method if the Route::Controller with group is used.
Mimimal Code Sample