effectivesloth/clean-arch-maker
最新稳定版本:1.3.0
Composer 安装命令:
composer require effectivesloth/clean-arch-maker
包简介
Symfony Maker helps you create classes for CLEAN architecture
README 文档
README
effectivesloth/clean-arch-maker is a Symfony bundle designed to facilitate the creation of clean architecture classes and interfaces.
Installation
Use the package manager composer to install effectivesloth/clean-arch-maker.
composer require --dev effectivesloth/clean-arch-maker
Usage
Generate a new use case by running:
bin/console make:clean:usecase DoStuff
This command will create the following files:
created: src/Core/Application/UseCase/DoStuff/DoStuffUseCase.php
created: src/Core/Application/UseCase/DoStuff/DoStuffUseCaseInterface.php
created: src/Core/Application/UseCase/DoStuff/DoStuffPresenterInterface.php
created: src/Core/Application/UseCase/DoStuff/DoStuffRequest.php
created: src/Core/Application/UseCase/DoStuff/DoStuffResponse.php
Success!
Core\Application\UseCase\DoStuff successfully generated
统计信息
- 总下载量: 6.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unlicense
- 更新时间: 2024-05-24