基础资料 / yii2-cdn
Yii2 cdn 资产
dev-master
2016-10-28 18:17 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-09-26 06:18:35 UTC
README
安装
安装此扩展的首选方式是通过 composer。
php composer.phar require --prefer-dist "enchikiben/yii2-cdn" "*"
或者
"enchikiben/yii2-cdn" : "*"
配置
'components' => [ 'cdn' => [ 'class' => 'enchikiben\cdn\CDNComponent', 'domains' => [ '//static.example.com', '//static2.example.com', '//static2.example.com' ] ] ],
和
'bootstrap' => [ 'cdn' ],