laravel-restify maintained by limewell
Description
a laravel REST api generator with API Resources
Authors
Last update
2021/06/11 14:22
(dev-master)
License
Downloads
50
Tags

Laravel API Generator With Resources
This package is used to generate laravel api with Resources
Installation
You can install the package via composer:
composer require limewell/laravel-restify
Usage
//Install restify
php artisan restify:install
//Generate restify crud for model
php artisan restify:generate --model=User
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.