enchikiben/yii2-cdn Yii2 cdn assets

cdn

yii2-cdn

Installation

The preferred way to install this extension is through composer.

php composer.phar require --prefer-dist "enchikiben/yii2-cdn" "*"

or

"enchikiben/yii2-cdn" : "*"

Configure

'components' => [
    'cdn' => [
        'class' => 'enchikiben\cdn\CDNComponent',
        'domains' => [
            '//static.example.com',
            '//static2.example.com',
            '//static2.example.com'
        ]
    ]
],

and

'bootstrap' => [
    'cdn'
],

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
2 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
27 total downloads