invisnik/laravel-response-generator

Laravel Response Generator

This package's canonical repository appears to be gone and the package has been frozen as a result.

v0.2.0 2017-08-31 08:29 UTC

This package is auto-updated.

Last update: 2019-03-19 20:33:51 UTC


README

Code Climate License

Generates a Responsable class via artisan command

Installation Via Composer

Add this to your composer.json file, in the require object:

"invisnik/laravel-response-generator": "0.*"

After that, run composer install to install the package.

Artisan Commands

Generate new response

php artisan make:response UserResponse