Download the PHP package hiqdev/hisite without Composer
On this page you can find all versions of the php package hiqdev/hisite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hiqdev/hisite
More information about hiqdev/hisite
Files in hiqdev/hisite
Package hisite
Short Description HiSite Yii2 base project
License BSD-3-Clause
Homepage https://github.com/hiqdev/hisite
Informations about the package hisite
HiSite
HiSite Yii2 base project
HiSite is a base project for building modular Yii2 web applications from plugins.
Installation
For installation instructions see template project built with HiSite:
https://github.com/hiqdev/hisite-template
Idea
HiSIte provides base for creating Yii2 web application.
It is similar in functions to yii2-app-basic
but in contrast
HiSite is a plugin and you require it with composer instead of copy-pasting.
Read more about ideas behind HiSite in english or russian.
HiSite includes:
- yii2-swiftmailer - SwiftMailer support
- phpdotenv - for
.env
support - yii2-thememanager - pluggable themes
- yii2-menus - pluggable menus
Configuration
This extension is supposed to be used with composer-config-plugin.
Also you can use it usual way by copy-pasting config. See src/config/web.php for configuration example.
Available configuration parameters:
app.id
app.name
app.language
debug.enabled
debug.allowedIps
For more details please see src/config/params.php.
License
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2016-2017, HiQDev (http://hiqdev.com/)
All versions of hisite with dependencies
yiisoft/yii2 Version ^2.0
yiisoft/yii2-swiftmailer Version ~2.0.0
vlucas/phpdotenv Version ^2.4
hiqdev/hidev-webapp Version <2.0 || dev-master
hiqdev/yii2-menus Version <2.0 || dev-master
hiqdev/yii2-thememanager Version <2.0 || dev-master