fluidphp/website-helper

FluidPhp 框架网站助手

v1.1.1-stable 2023-09-12 19:49 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"]
	}
}

项目信息

项目主页

http://phptoolcase.com

要求

php 版本 5.4+