Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Plugin ignores as() parameter for routing groups #284

Open
eness opened this issue Feb 24, 2022 · 0 comments
Open

Plugin ignores as() parameter for routing groups #284

eness opened this issue Feb 24, 2022 · 0 comments

Comments

@eness
Copy link

eness commented Feb 24, 2022

This plugin just ignores named routes that you prefix with Route::as('xxx')->group(... method. Instead you need to use Route::group(['as' => 'xxx'], function() { ... to get it work.

Hope to see someone to send a bugfix.

Just for your interest who come across that issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant