Advanced application template

This commit is contained in:
Alexander Makarov
2013-05-24 21:47:27 +04:00
parent 7cd9123c3b
commit 0fb30f8d25
60 changed files with 1649 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
return array(
'adminEmail' => 'admin@example.com',
'component.cache' => array(
'class' => 'yii\caching\FileCache',
),
);