laravel-openapi icon indicating copy to clipboard operation
laravel-openapi copied to clipboard

Generate OpenAPI specification for Laravel Applications

Results 51 laravel-openapi issues
Sort by recently updated
recently updated
newest added

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 ![Screenshot from 2022-09-22...

Hello, To ease my process I have created the start of a command to generate Parameters from a validation request. I think it could be interesting to perhaps add this...

Hello, I'm wondering if it is possible to add some argument to \Vyuldashev\LaravelOpenApi\Attributes\Parameters to allow some argument. The idea would be to pass the validation request, by example, and allow...

Adding a check to prevent the system from trying to look for the ->getType() method in classes of the type, when a ReflectionUnionType or ReflectionType type is returned, it ends...

Hi ! Could you edit the composer.json to support Laravel 11? Thanks for your work, Brice

Laravel 11 ~~will be~~ has been released. Accordingly, this pull request provides support for the new version and CI enhancements. closes #112 ## List of changes * Added support for...

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...