yii2-extension yii2-cdn
Yii2 cdn assets
enchikiben/yii2-cdn
Yii2 cdn assets
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
yii2-cdn
Installation
The preferred way to install this extension is through composer., (*1)
php composer.phar require --prefer-dist "enchikiben/yii2-cdn" "*"
or, (*2)
"enchikiben/yii2-cdn" : "*"
'components' => [
'cdn' => [
'class' => 'enchikiben\cdn\CDNComponent',
'domains' => [
'//static.example.com',
'//static2.example.com',
'//static2.example.com'
]
]
],
and, (*3)
'bootstrap' => [
'cdn'
],
dev-master
9999999-dev
Yii2 cdn assets
Sources
Download
MIT
The Requires
yii2
cdn