sontx/laravel-dod
最新稳定版本:1.0.4
Composer 安装命令:
composer require sontx/laravel-dod
包简介
Artisan to make: repositoty, action, dto, view model, service, .etc.
README 文档
README
Laravel Domain Oriented Design is simple to make:
- Action
- Repository
- View Model
- Data Transfer Object
- Service
Installing
The recommended way to install Laravel DOD is through Composer.
composer require sontx/laravel-dod
Docs
Make Action.
php artisan make:action myAction
Make Repositoty.
php artisan make:repositoty myRepositoty
Make Repositoty without extend model
php artisan make:repositoty myRepositoty --no-model
Make DataTransferObject.
php artisan make:dto myDataTransferObject
Make Service.
php artisan make:service myService
Make ViewModel.
php artisan make:view-model myViewModel
Publish config.
php artisan vendor:publish --tag=laravel-dod-config
统计信息
- 总下载量: 85
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-02