You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default, the template includes three tiers: `frontend`, `backend`, and `console`, each of which is a separate Yii application.
12
12
13
-
> **NOTE:** Template is in initial development. Anything may change at any time.
13
+
> **NOTE:** Template is in initial development. Anything may change at any time.
14
14
15
15
16
16
## Features
17
17
* Gentelella Admin template is beautiful and simple bootstrap, compatible with yii2 assets: [yiister/yii2-gentelella](https://github.com/yiister/yii2-gentelella), [Demo](https://colorlib.com/polygon/gentelella/)
18
18
* Yii2 User is strong and proved user-module with many features: [dektrium/yii2-user](https://github.com/dektrium/yii2-user) (login `adminus`, password `adminus`)
19
19
* Frontend and Backend User Controllers are filtered (by `dektrium/yii2-user`)
20
-
* DB cache, but I recommend Redis Cache - it is really fast
20
+
*File or DB cache, but I recommend Redis Cache - it is really fast
21
21
* Yii2 queue (DB table `queue`), but you can use *Redis-queue* or other [yii2-queue docs](https://github.com/yiisoft/yii2-queue/blob/master/docs/guide/README.md)
22
22
* Queue Manager with backend (`/queuemanager/default/index`) using [ignatenkovnikita/yii2-queuemanager](https://github.com/ignatenkovnikita/yii2-queuemanager)
23
-
* Log DB Target with backend (`/log/index`) - simply view log messages
23
+
* Log DB Target with backend (`/log/index`) - simply view log messages
24
24
* .htaccess - config for **pretty urls** (rewrite index.php), *may be later add nginx config*
25
25
***UrlManagerFrontend** for backend app (all url rules in file `frontend/config/urls.php`, hostInfo in `common/config/params.php`)
26
26
* i18n translations in `common/messages` with config (current only English and Russian, language translation are welcome!)
27
27
* ContactForm in frontend app is improved: [himiklab/yii2-recaptcha-widget](https://github.com/himiklab/yii2-recaptcha-widget),
28
28
all email are saved to DB (`common/models/EmailForm` Model), optionally send message to Viber messenger via bot
29
29
(install requirements [Bogdaan/viber-bot-php](https://github.com/Bogdaan/viber-bot-php) and config, uncomment code in Model)
0 commit comments