The preferred way to install this extension is through composer.
php composer.phar require --prefer-dist "enchikiben/yii2-cdn" "*"
or
"enchikiben/yii2-cdn" : "*"
'components' => [
'cdn' => [
'class' => 'enchikiben\cdn\CDNComponent',
'domains' => [
'//static.example.com',
'//static2.example.com',
'//static2.example.com'
]
]
],
and
'bootstrap' => [
'cdn'
],
No stable releases.
Comments