miladev/lara-swagger

Swagger models creator

dev-master 2023-07-19 18:28 UTC

This package is auto-updated.

Last update: 2024-09-19 20:48:40 UTC


README

Latest Stable Version License Total Downloads

A Swagger model generator based on migrations

if you bored to create swagger models from your laravel application this package can help you.

Installation

You can install the package via composer:

composer require miladev/lara-swagger

Usage

php artisan lswagger:generate

This command will create swagger_models.js file which contains all models of your laravel application

Roadmap

  • Support enum types
  • Support all kind of migrations (Rename,Delete,...)

If you want to contribute, open a pull request by following Laravel contribution guide.

License

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