Skip to content

netsells/specification-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parserator

Build Status

This project parses a Swagger 2.0 specification file and generates Laravel:

  • models
  • routes
  • requests
  • model factories
  • controllers
  • blade form templates
  • database migrations

Installation

Run:

composer require juddling/specification-generator --dev

Laravel 5.4 and below add the following service provider to config/app.php:

\Juddling\Parserator\GeneratorServiceProvider::class,

Usage

php artisan swagger:generate spec.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published