aldev/moduler
最新稳定版本:1.2.0
Composer 安装命令:
composer require aldev/moduler
包简介
Creating moduler, seems like DDD
README 文档
README
- Creating sub package.
Installation
composer require aldev/moduler
Manual Installation
# Create packages/aldev folder on your root project # Copy package to packages/aldev # Add below line to composer.json "repositories": { "aldev/moduler": { "type": "path", "url": "packages/aldev/moduler" } } # Then run installation command composer require aldev/moduler
Commands
| Command | Parameters | Description |
|---|---|---|
moduler:create |
name |
Vendor/module/submodule. i.e php artisan moduler:create parent/child/grandchild. |
| _ | -A|--author=John Doe |
Author name. |
| _ | -E|--email=johndoe@moduler.com |
Author email address. |
| _ | -D|--description= |
Module description/ |
moduler:list |
_ | List modules. |
Usage
php artisan moduler:create my/fatastic -A="John Doe" -E="johndoe@example.com" -D="My Fantastic module"
Requirements
| Tech | Version |
|---|---|
| PHP | 7 and above |
| Node | 14 and above |
| xstate | any |
| xstate/react | any |
| React | any |
Change logs
| Version | Description |
|---|---|
| 1.2.0 | Laravel 10 support |
| 1.1.2 | Fix issue on author having equal (=) sign #5 |
| 1.1.0 | Can this use for Laravel 8 and up. Fixed issue regarding local adapter |
| 1.0.0 | This supports laravel 7 and below only, this will cause FlySystem error on higher version |
统计信息
- 总下载量: 970
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-04