laravel-definition-schema maintained by signifly
Description
Define table and view schemas for your Laravel app.
Author
Last update
2018/09/27 13:02
(dev-master)
License
Downloads
438
Define table and view json schemas for your Laravel app
The signifly/laravel-definition-schema package allows you to define table and view json schemas for your Laravel app.
Installation
You can install the package via composer:
$ composer require signifly/laravel-definition-schema
The package will automatically register itself.
Add the definitions route inside your RouteServiceProvider or your routes file:
Route::definitions();
Testing
$ composer test
Security
If you discover any security issues, please email dev@signifly.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.