2017 © Pedro Peláez
 

yii2-extension yii2-cdn

Yii2 cdn assets

image

enchikiben/yii2-cdn

Yii2 cdn assets

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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" : "*"

Configure

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

and, (*3)

'bootstrap' => [
    'cdn'
],

The Versions

28/10 2016

dev-master

9999999-dev

Yii2 cdn assets

  Sources   Download

MIT

The Requires

 

yii2 cdn