superrb/kunstmaan-cdn

A selection of CDN integrations for Kunstmaan Bundles

1.1.1 2021-11-12 11:18 UTC

This package is auto-updated.

Last update: 2024-05-12 17:02:22 UTC


README

Allows integration with a variety of Content Delivery Networks

Currently Supported

Installation

Step 1: Install the bundle

composer require superrb/kunstmaan-cdn

Add the following to config/bundles.php

Superrb\KunstmaanAddonsBundle\SuperrbKunstmaanCdnBundle::class => ['all' => true],

Step 2: Add environment variables

Add the following to your .env

###> superrb/kunstmaan-cdn ###
CLOUDFLARE_API_TOKEN=
CLOUDFLARE_ZONE_ID=
KEYCDN_API_KEY=
KEYCDN_ZONE_ID=
CDN_PROVIDER=
###< superrb/kunstmaan-cdn ###

You can then configure your preferred CDN in your .env.local, For example to configure Cloudflare:

###> superrb/kunstmaan-cdn ###
CLOUDFLARE_API_TOKEN=<API_TOKEN>
CLOUDFLARE_ZONE_ID=<ZONE_ID>
CDN_PROVIDER=cloudflare
###< superrb/kunstmaan-cdn ###

Usage

You can purge the cache for your website:

$ bin/console cdn:cache:clear

Issues and Troubleshooting

All issues: tech@superrb.com