Looking to hire Laravel developers? Try LaraJobs

laravelrest maintained by imrealashu

Description
Laravel 5 Package for create REST API and Transformers
Author
Last update
2015/12/08 13:15 (dev-master)
License
Downloads
17

Comments
comments powered by Disqus

Laravel 5 Rest API Generator and Transformers

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Install

Via Composer

$ composer require imrealashu/laravelrest

Via composer.json

{
    "require": {
        "imrealashu/laravelrest": "0.1.*"
    }
}

Add to ServiceProviders array in config/app.php file

'Providers' => [
    imrealashu\laravelrest\RestServiceProvider::class
],

Usage

$ php artisan vendor:publish

To install

$ php artisan rest:install

Create new Transformer and Controller

$ php artisan rest:new ControllerName

For Complete Documentation Please see Documentation

Security

If you discover any security related issues, please email imrealashu@gmail.com instead of using the issue tracker.

Credits

  • [Ashish Singh][https://github.com/imrealashu]

License

The MIT License (MIT). Please see License File for more information.