tienhm7/laravel-hmvc-generator
Composer 安装命令:
composer require tienhm7/laravel-hmvc-generator
包简介
this package which created to manage your large by modules using HMVC architectural pattern
README 文档
README
HMVC_Generator
A Laravel package to create and manage your large laravel app using modules [HMVC]
Folder Structure
- Modules
- User
- Config/
- Database/
- Migrations/
- Http/
- Controllers/
- UserController.php
- Middleware/
- UserMiddleware.php
- Requests/
- UserRequest.php
- Controllers/
- Models/
- User.php
- Providers/
- UserServiceProvider.php
- Lang/
- en/
- vi/
- Views/
- index.blade.php
- Routes/
- web.php "All Routes under "users" prefix"
- api.php "All Routes under "api/users" prefix"
- User
Artisan Commands
- To create a new module you can simply run :
php artisan module:make <module_name>
- Create new Controller for the specified module :
php artisan module:make-controller <controller_name> --module=<module_name>
- Create new Model for the specified module :
php artisan module:make-model <model_name> --module=<module_name>
- Create new Middleware for the specified module :
php artisan module:make-middleware <middleware_name> --module=<module_name>
- Create new Request for the specified module :
php artisan module:make-request <request_name> --module=<module_name>
- Create new Migration for the specified module :
php artisan module:make-migration <migration_name> --module=<module_name> --table=<table_name>
// Example:
php artisan module:make-migration create_posts_table --module=Post
Routes
api.php => These routes are loaded by the <module_name>ServiceProvider within a group which is assigned the "api" middleware group and "api/<module_name>" prefix
web.php => These routes are loaded by the <module_name>ServiceProvider within a group which contains the "web" middleware group and "<module_name>" prefix.
Views
Calling View: view('<module_name>::view_file_name')
You need to add module service provider to the list of providers in the config/app.php file and run
composer dump-autoload
tienhm7/laravel-hmvc-generator 适用场景与选型建议
tienhm7/laravel-hmvc-generator 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 23 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 07 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「library」 「modules」 「hmvc」 「laravel」 「laravel Modules」 「laravel hmvc」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 tienhm7/laravel-hmvc-generator 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 tienhm7/laravel-hmvc-generator 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 tienhm7/laravel-hmvc-generator 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
This is Paymorrow module for OXID eShop.
Analysis module for finding problematical shop data.
yii2 swiper slider
Inbox pattern process implementation for your Laravel Applications
An interactive tour through the TYPO3 backend.
Core library that defines common interfaces used by the rest of the intahwebz..
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 230
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-06