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
Laravel/Lumen version (from composer show laravel/framework or composer show laravel/lumen-framework): v8.47.0
Scribe version (from composer show knuckleswtf/scribe): 3.0.3
My Scribe config (minus the comments):
Additional info:
This problem is related to laravel/framework#13457 .
The solution is to change the HTTP request from PUT to POST and set PUT as the "_method" attribute.
I can solve this problem with fixing tryitout.js.
But I'm not sure if it will work well with using Lumen.
I'm sorry for my poor English.
The text was updated successfully, but these errors were encountered:
What happened?
My environment:
php -v
): 8.0.3composer show laravel/framework
orcomposer show laravel/lumen-framework
): v8.47.0composer show knuckleswtf/scribe
): 3.0.3My Scribe config (minus the comments):
Additional info:
This problem is related to laravel/framework#13457 .
The solution is to change the HTTP request from PUT to POST and set PUT as the "_method" attribute.
I can solve this problem with fixing
tryitout.js
.But I'm not sure if it will work well with using Lumen.
I'm sorry for my poor English.
The text was updated successfully, but these errors were encountered: