fluidphp/website-helper

FluidPhp Framework Website Helper

v1.1.1-stable 2023-09-12 19:49 UTC

README

FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples.

This helper can be used to configure routes and web pages with xml files.

Installation

Add the package to your composer.json file, to install the helper.

"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"]
	}
}

Project Info

Project Home

http://phptoolcase.com

Requirements

php version 5.4+