idea-php-laravel-plugin icon indicating copy to clipboard operation
idea-php-laravel-plugin copied to clipboard

Plugin ignores as() parameter for routing groups

Open eness opened this issue 3 years ago • 0 comments

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.

eness avatar Feb 24 '22 15:02 eness