nosleepman1/arch-cli
Composer 安装命令:
composer require nosleepman1/arch-cli
包简介
A Laravel package to generate complete backend architecture from business models
README 文档
README
A Laravel package to generate a complete backend architecture from business models. This package provides artisan commands to scaffold Models, Migrations, Controllers, Services, Repositories, Policies, Events, Listeners, Notifications, and Resources with a single command.
Documentation
Please refer to the detailed guides for complete usage instructions:
Quick Start
Installation
Require the package via composer:
composer require nosleepman1/arch-cli
The service provider will be automatically registered.
Usage
Run the module generation command:
php artisan make:module {ModuleName}
You will be prompted to define fields, controller versions, and which components to include.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-11