mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 06:48:59 +08:00
19 lines
229 B
PHP
19 lines
229 B
PHP
<?php
|
|
|
|
return array(
|
|
'app' => array(
|
|
'basePath' => '@wwwroot',
|
|
'baseUrl' => '@www',
|
|
'css' => array(
|
|
'css/site.css',
|
|
),
|
|
'js' => array(
|
|
|
|
),
|
|
'depends' => array(
|
|
'yii',
|
|
'yii/bootstrap/responsive',
|
|
),
|
|
),
|
|
);
|