You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ugh, optional parameters (especially in the middle) are one of my annoyances. Popping in to let you know I see this, but it's unlikely I'll get time to look at it soon. Any help is welcome.
Scribe version
4.37
PHP version
8.3.9
Framework
Laravel
Framework version
11.28
Scribe config
What happened?
When generating the api docs, routes which
a) have an optional parameter
b) are prefixed by a Route::prefix()->group(...)
are missing prefixes and the optional parameter.
You can verify by creating this example:
Expected result:
Actual result:
This issue does not appear however when using non optional parameters.
Docs
The text was updated successfully, but these errors were encountered: