Package Data | |
---|---|
Maintainer Username: | imrealashu |
Maintainer Contact: | imrealashu@gmail.com (Ashish Singh) |
Package Create Date: | 2015-12-07 |
Package Last Update: | 2015-12-08 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 15:04:32 |
Package Statistics | |
---|---|
Total Downloads: | 12 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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
],
$ 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
If you discover any security related issues, please email imrealashu@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.