fluidphp / website-helper
FluidPhp Framework Website Helper
Installs: 221
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Language:JavaScript
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-11-12 22:09:16 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
Requirements
php version 5.4+