imrealashu / laravelrest
Laravel 5 Package for create REST API and Transformers
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/imrealashu/laravelrest
Requires
- php: >=5.3.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
This package is not auto-updated.
Last update: 2025-10-29 23:53:00 UTC
README
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.