Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.3 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.3 KB

laravel-restify

Laravel API Generator With Resources

Latest Version on Packagist Total Downloads GitHub Actions

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.