| Recommend this page to a friend! | 
|  Download | 
| Info | Documentation |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not yet rated by the users | Total: 50 | All time:  10,720 This week: 64  | ||||
| Version | License | PHP version | Categories | |||
| laravel-api-develop 1.0.0 | MIT/X Consortium ... | 5 | PHP 5, Libraries, Web services, Code ... | 
| Description | Author | |||||||||||||||||||||||
| This package can generate API code to manipulate model objects. | 
 | |||||||||||||||||||||||
Develop(Export) Laravel REST apis with form request, api resources and collections.
You can install the package via composer:
composer require dipeshsukhia/laravel-api-develop
php artisan develop-api:install
use trait in App\Exceptions\Handler.php
use App\Exceptions\Traits\ApiHandlerTrait;
class Handler extends ExceptionHandler
{
    use ApiHandlerTrait;
php artisan develop-api --model=User
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
|  Files (23) | 
| File | Role | Description | ||
|---|---|---|---|---|
|  .github (1 directory) | ||||
|  config (1 file) | ||||
|  src (3 files, 2 directories) | ||||
|    .styleci.yml | Data | Auxiliary data | ||
|    CHANGELOG.md | Data | Auxiliary data | ||
|    composer.json | Data | Auxiliary data | ||
|    CONTRIBUTING.md | Data | Auxiliary data | ||
|    LICENSE.md | Lic. | License text | ||
|    README.md | Doc. | Documentation | ||
|  Files (23) | / | src | 
| File | Role | Description | ||
|---|---|---|---|---|
|  Console (1 directory) | ||||
|  resources (1 directory) | ||||
|  LaravelApiDevelop.php | Class | Class source | ||
|  LaravelApiDevelopFacade.php | Class | Class source | ||
|  LaravelApiDevelopServiceProvider.php | Class | Class source | ||
|  Files (23) | / | src | / | Console | / | Commands | 
| File | Role | Description | 
|---|---|---|
|  DevelopApi.php | Class | Class source | 
|  ExportLaravelApiDevelopDefaults.php | Class | Class source | 
|  Files (23) | / | src | / | resources | / | stubs | 
| File | Role | Description | 
|---|---|---|
|  ApiController.stub | Class | Class source | 
|  ApiHandlerTrait.stub | Class | Class source | 
|  ApiJson.stub | Class | Class source | 
|  ApiResourceTrait.stub | Class | Class source | 
|    message.stub | Data | Auxiliary data | 
|  ModelNameCollection.stub | Class | Class source | 
|  ModelNameController.stub | Class | Class source | 
|  ModelNameResource.stub | Class | Class source | 
|  StoreModelNameRequest.stub | Class | Class source | 
|  UpdateModelNameRequest.stub | Class | Class source | 
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
|  Install with Composer | 
|  | laravel-api-develop-2022-06-15.zip 15KB | 
|  | laravel-api-develop-2022-06-15.tar.gz 9KB | 
|  | Install with Composer | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
 | 
 | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.