hiqdev/hisite

HiSite Yii2 base project

Installs: 21 391

Dependents: 10

Suggesters: 0

Security: 0

Stars: 14

Watchers: 8

Forks: 2

Open Issues: 1

Type:yii2-extension

0.1.0 2017-04-22 15:57 UTC

This package is auto-updated.

Last update: 2024-02-20 10:03:11 UTC


README

HiSite Yii2 base project

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status

HiSite is a base project for building modular Yii2 web applications from plugins.

Live Demo

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:

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/)