Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2022-06-15 (1 month ago) | | Not yet rated by the users | | Total: 26 This week: 1 | | All time: 10,596 This week: 203 |
|
Description | | Author |
This package can generate API code to manipulate model objects.
It provides a command that can run from the command line console and takes the name of a model class that you may have in a PHP application that uses the Laravel framework.
The package can create directories to store PHP class files that will be able to handle HTTP requests to process API calls that will access the given model object. | |
|
|
Innovation award
Nominee: 2x |
|
Details
Develop(Export) Laravel REST apis
Develop(Export) Laravel REST apis with form request, api resources and collections.
Installation
You can install the package via composer:
composer require dipeshsukhia/laravel-api-develop
Usage
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
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email dipesh.sukhia@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.