laravel-openapi
laravel-openapi copied to clipboard
Generate OpenAPI specification for Laravel Applications
Getting this error when running the command: ```bash php artisan openapi:make-schema User -m Models\\User ``` My User table has a `status` enum with values `pending`, `approved`, and a column of...
I'm posting an issue before starting a PR, but I'm willing to (help) implement this if this is not already possible. I would like to define query parameters in the...
Hi, I have such issues with multiple parameter as follow: I code route with 3 parameter, but cannot generate the doc. ``` Route::prefix('activity')->group(function () { Route::GET('/{activity}/{personalflag}/{houseid}', [ 'as' => 'activity.show',...
i need to know why my reusable schema here App\OpenApi\Schemas\UserSchema didn't generated as a component schemas in json file (depending on ref) here is my response builder  to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...