fluidphp / website-helper
FluidPhp 框架网站助手
v1.1.1-stable
2023-09-12 19:49 UTC
Requires
- php: 5.4.0 - 7.4
- fluidphp/fluidphp: *
- fluidphp/translator-helper: *
- fluidphp/viewmodel-helper: *
- mnsami/composer-custom-directory-installer: 2.0.*
This package is auto-updated.
Last update: 2024-09-12 21:37:36 UTC
README
FluidPhp 是基于 PhpToolCase 库的框架,访问 phptoolcase.com 获取完整指南和示例。
此助手可以使用 XML 文件配置路由和网页。
安装
将此包添加到 composer.json 文件中,以安装助手。
"require":
{
"fluidphp/website-helper": "*"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/Website": ["fluidphp/website-helper"] ,
"./vendor/fluidphp/helpers/Translator": ["fluidphp/translator-helper"] ,
"./vendor/fluidphp/helpers/ViewModel": ["fluidphp/viewmodel-helper"]
}
}
项目信息
项目主页
要求
php 版本 5.4+