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
Requires
- php: ^7.1
- illuminate/contracts: ~5.5.0|~5.6.0|~5.7.0
- illuminate/http: ~5.5.0|~5.6.0|~5.7.0
- illuminate/routing: ~5.5.0|~5.6.0|~5.7.0
- illuminate/support: ~5.5.0|~5.6.0|~5.7.0
Requires (Dev)
- orchestra/testbench: ~3.5.0|~3.6.0|~3.7.0
- phpunit/phpunit: ^6.1|^7.0
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.