imjonos / laravel-json-api-generator
JSON API Generator
dev-master
2022-11-24 13:10 UTC
Requires
- illuminate/support: ~5|~6|~7|~8
- imjonos/laravel-base-service: *
- laravel/passport: ^10.1
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~7.0|~8.0|~9.0
This package is auto-updated.
Last update: 2024-12-24 17:29:39 UTC
README
Based on jsonapi.org. Alpha version.
Installation
Via Composer
$ composer require imjonos/laravel-json-api-generator
Usage
json-api:generate {table : Table name from DB} {--route=v1} {--force=0}
php artisan json-api:generate posts
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.