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
Thanks for awesome framework! I'm top contributor to OpenAPI-Generator project (open-source fork of Swagger Codegen). It makes possible to create server stubs from OAS3 API schema with single command:
As result you'll get PHP server stubs which looks like these samples.
We deeply ask for any review/advices/suggestions from Laravel team. Our project is huge (1500+ contributors and very long list of companies which use our codegen) and we don't want to disappoint such a big group of users. We're close to next major release 5.0.0 which will contain a lot of updates.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, Laravel team!
Thanks for awesome framework! I'm top contributor to OpenAPI-Generator project (open-source fork of Swagger Codegen). It makes possible to create server stubs from OAS3 API schema with single command:
openapi-generator generate -i petstore.yaml -g php-laravel -o /output
As result you'll get PHP server stubs which looks like these samples.
We deeply ask for any review/advices/suggestions from Laravel team. Our project is huge (1500+ contributors and very long list of companies which use our codegen) and we don't want to disappoint such a big group of users. We're close to next major release
5.0.0
which will contain a lot of updates.Here is config options for
php-laravel
and config options forphp-lumen
If I understand correctly, Lumen is part of Laravel project, so I don't submit additional issue for Lumen.cc founders of OpenAPI Generator @wing328 and @jimschubert
Beta Was this translation helpful? Give feedback.
All reactions