Skip to content

Commit 362c7e5

Browse files
authored
Update README.md
1 parent eb8f7b6 commit 362c7e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Default, the template includes three tiers: `frontend`, `backend`, and `console`
1111
* 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/)
1212
* Yii2 User is strong and proved user-module with many features: [dektrium/yii2-user](https://github.com/dektrium/yii2-user) (login `adminus`, password `adminus`)
1313
* Frontend and Backend User Controllers are filtered (by `dektrium/yii2-user`)
14-
* Redis cache is really fast (you may change to DB-cache, but don't forget apply migration `yii migrate --migrationPath=@yii/log/migrations/`)
15-
* Yii2 queue (DB table `queue`), but you can use *Redis-queue* or other
14+
* Redis cache is really fast (you may change to DB-cache, but don't forget [create table](https://www.yiiframework.com/doc/api/2.0/yii-caching-dbcache#$cacheTable-detail))
15+
* 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)
1616
* Queue Manager with backend (`/queuemanager/default/index`) using [ignatenkovnikita/yii2-queuemanager](https://github.com/ignatenkovnikita/yii2-queuemanager)
1717
* Log DB Target with backend (`/log/index`) - simply view log messages
1818
* .htaccess - config for **pretty urls** (rewrite index.php), *may be later add nginx config*

0 commit comments

Comments
 (0)