akiosarkiz/openapi-laravel-attributes

Openapi laravel attributes.

1.6.2 2021-10-27 13:33 UTC

This package is auto-updated.

Last update: 2024-03-23 00:15:39 UTC


README

This package is needed to create open api documentation for laravel applications. It is a wrapper around another package. This package does not form the UI view.

Installation

You can install the package via composer:

composer require akisoarkiz/openapi-laravel-attributes

Usage

php artisan openapi:generate

Overwrite json

If you want to overwrite json you have to implement AkioSarkiz\Contacts\TransformerOpenapi and bind it to AppServiceProvider.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.