maxkamov48/crud-generator-laravel
最新稳定版本:v1.0.8
Composer 安装命令:
composer require maxkamov48/crud-generator-laravel
包简介
CRUD generator extenstion for Laravel
README 文档
README
This Laravel extension allows users to make CRUD operation in a lightning speed. Currently it supports only API crud operations however I am planning to build for web as well. By using a single command you will be able to generate all CRUD operations for a specified folder. First you need to build a database migrations and make Models for each your table you want with relations. Then run the command for generating CRUD and it will generate following files:
- Controller
- Create request
- Update request
- Resource
Requirements
Laravel >= 10.x
PHP >= 8.1
Installation
Install
composer require maxkamov48/crud-generator-laravel
Usage
php artisan generate:all --folder=v1/SampleFolder
Add a route in api.php
Route::resource('users', UserController::class);
Author
Maxkamov Akmal & Denis Say // Contact me by email
Hire me LinkedIn
统计信息
- 总下载量: 58
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-22