n0izestr3am/module-management
最新稳定版本:v1.0.3
Composer 安装命令:
composer require n0izestr3am/module-management
包简介
Module Management & Generator for Laravel
README 文档
README
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
composer require n0izestr3am/module-management
After installig the package, you need to publish the config file and the module stub files. You can do this by running the following command:
php artisan vendor:publish --tag=module-management
Usage
To create a project use the following command, you have repalce the MODULE_NAME with the name of the module.
php artisan module:build MODULE_NAME
You may want to use --force option to overwrite the existing module. if you use this option, it will replace all the exisitng files with the defalut stub files.
php artisan module:build MODULE_NAME --force
Testing
composer test
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-17