binarytorch / larecipe-swagger
Live API Testing Inside Your Documentation
Fund package maintenance!
saleem-hadad
Installs: 43 346
Dependents: 2
Suggesters: 0
Security: 0
Stars: 34
Watchers: 5
Forks: 4
Language:Vue
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2024-10-29 05:29:05 UTC
README
LaRecipe Swagger
Let your users tests your APIs directly from the documentation!
LaRecipe 🍪
LaRecipe is simply a code-driven package provides an easy way to create beautiful documentation for your product or application inside your Laravel app.
Getting Started
- Install the package via composer.
composer require binarytorch/larecipe-swagger
- Use the provided VueJs component:
<larecipe-swagger endpoint="/api/v1/users"></larecipe-swagger>
- Test your API:
- Customize your component via props:
See full larecipe documentation
License
This library is licensed under the MIT License - see the LICENSE.md file for details.