We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b53313 commit 2dc9762Copy full SHA for 2dc9762
config/blueprint.php
@@ -119,9 +119,9 @@
119
| Pluralize route names
120
|--------------------------------------------------------------------------
121
|
122
- | By default, Blueprint will use the `kebab-case` of the controller name for
123
- | for the route name. If you would like to ensure a plural route name is
124
- | used, you may set this to `true`.
+ | By default, Blueprint will use the `kebab-case` of the controller name
+ | for the route name. If you would like to ensure a plural route name
+ | is used, you may set this to `true`.
125
126
*/
127
'plural_routes' => null,
0 commit comments