signifly/laravel-definition-schema

This package is abandoned and no longer maintained. No replacement package was suggested.

Define table and view schemas for your Laravel app.

v0.1.0 2018-09-27 11:02 UTC

This package is auto-updated.

Last update: 2020-01-22 12:43:43 UTC


README

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.