Skip to content

[Bug]: Can't resolve Route::Controller group #529

@muhammadessam

Description

@muhammadessam

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');
});

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions