limewell/laravel-restify

a laravel REST api generator with API Resources

dev-master 2021-06-11 12:22 UTC

This package is auto-updated.

Last update: 2024-04-11 18:41:16 UTC


README

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.