tina4stack/tina4module
最新稳定版本:v2.0.1
Composer 安装命令:
composer require tina4stack/tina4module
包简介
Tina4 Example Module
README 文档
README
The composer file setup for module development
The Example here is for how I am testing the tina4 module.
You would obviously replace "andrevanzuydam/tina4module" with your own module name.
{
"require": {
"andrevanzuydam/tina4php": "v.1.10",
"andrevanzuydam/tina4module": "@dev"
},
"repositories": [
{
"type": "path",
"url": "../tina4-module",
"options": {
"symlink": true
}
}
]
}
Some things to remember at this point in time
- Module naming on objects will clash with your main project so should be unique
- Module routes will also clash with the main project so should be unique
Our Sponsors
Sponsored with 🩵 by Code Infinity
Supporting open source communities • Innovate • Code • Empower
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-14