singlequote / laravel-swagger-generator
0.0.10
2024-01-10 08:17 UTC
Requires
- php: ^8.0
- laravel/framework: >=9
- stichoza/google-translate-php: ^4.1
README
Create swagger yaml docs based on laravel API routes and FormRequests
This package will use your application api routes, form requests and models to generate swagger docs in yaml format
Installation
composer require singlequote/laravel-swagger-generator --dev
Publish
Publish the config file
php artisan vendor:publish --tag=laravel-swagger-generator
Usage
php artisan swagger:generate
Contributing
Please see CONTRIBUTING for details.
Postcardware
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: Quotec, Traktieweg 8c 8304 BA, Emmeloord, Netherlands.
Credits
License
The MIT License (MIT). Please see License File for more information.