bhavingajjar/laravel-api-generator
a laravel rest api generator with API Resources
8,507
48
| Install | |
|---|---|
composer require bhavingajjar/laravel-api-generator |
|
| Latest Version: | v3.0.4 |
| PHP: | ^7.2|^8.0|^8.1 |
| License: | MIT |
| Last Updated: | Jul 21, 2023 |
| Links: | GitHub · Packagist |
Maintainer: bhavingajjar
Laravel API Generator With Resources
This package is used to generate laravel api with Resources
Installation
You can install the package via composer:
composer require bhavingajjar/laravel-api-generator
Publish Configuration File
php artisan vendor:publish --provider="Bhavingajjar\LaravelApiGenerator\LaravelApiGeneratorServiceProvider" --tag="config"
Next, if you plan for cross origin support, you should add middleware to your api middleware group within your app/Http/Kernel.php file:
'ApiHeaderInject'
add in env
for allow cross origin support
API_ALLOW_CROSS_ORIGIN = true
for json content type
API_JSON_RESPONSE = true
Usage
php artisan api:generate --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 gajjarbhavin22@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Related Packages
wilgucki/generic-rest-api
This Laravel package allows you to create REST API based on your models
34
3
megaads/apify
A pretty library to help developers build RESTful APIs lightly, quickly and prop...
2,055
15