An open API service indexing awesome lists of open source software.

https://github.com/netlogix/nxsimplecdn

CDN Extension for TYPO3
https://github.com/netlogix/nxsimplecdn

Last synced: 12 months ago
JSON representation

CDN Extension for TYPO3

Awesome Lists containing this project

README

          

# TYPO3 Extension nxsimplecdn

[![stability-stable](https://img.shields.io/badge/stability-stable-33bbff.svg)](https://github.com/netlogix/nxsimplecdn)
[![TYPO3 V13](https://img.shields.io/badge/TYPO3-13-orange.svg)](https://get.typo3.org/version/13)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.3-8892BF.svg)](https://php.net/)
[![GitHub CI status](https://github.com/netlogix/nxsimplecdn/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/netlogix/nxsimplecdn/actions)

# Installation

Via composer :

```shell script
composer require netlogix/nxsimplecdn
```

That's all !

# Add cdn domain to your site configuration

```yaml
base: 'https://www.example.com/'
cdnBase: 'https://cdn.example.com/'
errorHandling: ...
languages: ...
settings: ...
```