-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
69 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
This extension is supposed to be used with [composer-config-plugin]. | ||
|
||
Also you can use it usual way by copy-pasting config. | ||
Look [src/config/hisite.php] for cofiguration example. | ||
|
||
Available configuration parameters: | ||
|
||
- `app.id` | ||
- `app.name` | ||
- `debug.enabled` | ||
- `debug.allowedIps` | ||
|
||
For more details please see [src/config/params.php]. | ||
|
||
[composer-config-plugin]: https://github.com/hiqdev/composer-config-plugin | ||
[src/config/hisite.php]: src/config/hisite.php | ||
[src/config/params.php]: src/config/params.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
HiSIte provides base for creating Yii2 web application. | ||
It is similar in functional to `yii2-app-basic` but in contrast to it | ||
HiSite is a plugin and you require it with composer instead of copy-pasting. | ||
|
||
Article describing the idea behind HiSite coming soon... | ||
|
||
HiSite includes: | ||
|
||
- [yii2-swiftmailer] - [SwiftMailer] support | ||
- [phpdotenv] - for `.env` support | ||
- [yii2-menus] - pluggable menus | ||
- [yii2-thememanager] - pluggable themes | ||
|
||
[SwiftMailer]: http://swiftmailer.org/ | ||
[yii2-swiftmailer]: https://github.com/yiisoft/yii2-swiftmailer | ||
[phpdotenv]: https://github.com/vlucas/phpdotenv | ||
[yii2-menus]: https://hiqdev.com/packages/yii2-menus | ||
[yii2-thememanager]: https://hiqdev.com/packages/yii2-thememanager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
For installation instructions see template project built with HiSite: | ||
|
||
https://github.com/hiqdev/hisite-template |