2017 © Pedro Peláez
 

ezplatform-bundle ez-cdn-bundle

CDN post replace for EZPublish 5.x

image

smile/ez-cdn-bundle

CDN post replace for EZPublish 5.x

  • Sunday, June 25, 2017
  • by noodle69
  • Repository
  • 3 Watchers
  • 4 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

SmileEzCDNBundle

SensioLabsInsight, (*1)

This bundle aims to replace or add CDN domain to specific resource provided by web page, (*2)

Installation

Get the bundle using composer

Add SmileEzCDNBundle by running this command from the terminal at the root of your eZPlatform project:, (*3)

composer require smile/ez-cdn-bundle

Enable the bundle

To start using the bundle, register the bundle in your application's kernel class:, (*4)

// ezpublish/EzPublishKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Smile\EzCDNBundle\SmileEzCDNBundle(),
        // ...
    );
}

Care about Apache configuration when fonts (eot, woff ...) served by css, or ajax/cookie manipulation with javascript. Refer to : http://www.w3.org/TR/cors/, (*5)

Configure bundle

# ezpublish/config/config.yml
smile_ez_cdn:
    system:
        acme_group: #for each siteaccess
            domain: domain.tld #required, delare your CDN domain
            extensions: [png, css] # list of resource extension that would be serve by your CDN

The Versions

25/06 2017

2.0.x-dev

2.0.9999999.9999999-dev

CDN post replace for EZPublish 5.x

  Sources   Download

GPL-3.0

The Requires

 

05/02 2017

dev-master

9999999-dev

CDN post replace for EZPublish 5.x

  Sources   Download

GPL-3.0

The Requires

 

05/02 2017

1.0.8

1.0.8.0

CDN post replace for EZPublish 5.x

  Sources   Download

GPL-3.0

The Requires

 

06/01 2017

1.0.7

1.0.7.0

CDN post replace for EZPublish 5.x

  Sources   Download

MIT

The Requires

 

24/10 2015

1.0.6

1.0.6.0

CDN Bundle

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3.3

 

23/10 2015

1.0.5

1.0.5.0

CDN Bundle

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3.3

 

19/10 2015

1.0.3

1.0.3.0

CDN Bundle

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3.3

 

19/10 2015

1.0.1

1.0.1.0

CDN Bundle

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3.3

 

19/10 2015

1.0.2

1.0.2.0

CDN Bundle

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3.3

 

18/10 2015

1.0.0

1.0.0.0

CDN Bundle

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3.3