noamanahmed/laravel-api-crud-generator
最新稳定版本:1.0.0
Composer 安装命令:
composer require noamanahmed/laravel-api-crud-generator
包简介
This is my package laravel-api-crud-generator
README 文档
README
Compatibility Matrix
Laravel Version | Package Version | Status 8.x | 1.x | Supported 9.x | 1.x | Supported 10.x | 1.x | Supported 11.x (beta) | 1.x | In Development
Installation
You can install the package via composer:
composer require noamanahmed/laravel-api-crud-generator
You can publish the config and provider file with this command:
php artisan vendor:publish --tag="api-crud-generator-provider" php artisan vendor:publish --tag="api-crud-generator-stubs"
php artisan api-crud-generator:init
Usage
php artisan api-crud-generator:create Post php artisan api-crud-generator:create Comment php artisan api-crud-generator:delete Comment
Modify your routes files
use App\Http\Controllers\PostController; Route::apiCrudResource('posts', PostController::class);
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-26