Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saeedvaziry/laravel-swagger
Laravel Swagger API Generator
https://github.com/saeedvaziry/laravel-swagger
laravel laravel-swagger
Last synced: 3 months ago
JSON representation
Laravel Swagger API Generator
- Host: GitHub
- URL: https://github.com/saeedvaziry/laravel-swagger
- Owner: saeedvaziry
- Created: 2018-10-11T10:32:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T09:25:19.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T05:15:25.201Z (8 months ago)
- Topics: laravel, laravel-swagger
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Laravel Swagger
Laravel Swagger UI Generator
## Installation
`composer require saeedvaziry/laravel-swagger`
Make sure you have this packages in your `composer.json` :
"swagger-api/swagger-ui": "^3.19",
"zircote/swagger-php": "~2.0"## Usage
`php artisan laravel-swagger:generate --source=app/Http/Controllers --output=api-docs`
This will generate `api-docs.json` in `storage/api-docs` folder
## License
The Laravel Swagger is open-sourced software licensed under the MIT license.