infity / basicpack
There is no license information available for the latest version (1.0) of this package.
Basic website pages for Infity frameWork
1.0
2017-05-15 10:41 UTC
Requires
- php: ^5.3 || ^7.0
This package is not auto-updated.
Last update: 2026-04-05 14:51:12 UTC
README
Find here some information for basicpack package.
Package description
Basic website pages
Package structure
The basicpack package structure:
basicpack
|_ ajax/
|_ controller/ -- all package controllers
|_ DefaultController.php -- default controller
|_ form/
|_ language/
|_ [lang]
|_ error/
|_ form/
|_ layout/
|_ templates/
|_ layout/
|_ templates/ -- all package views
|_ Config.php -- package config file
|_ dependency.xml -- package dependency to other package
|_ package.inf -- package infity info
|_ README.md -- read me file
|_ routes.xml -- routes definition for the package