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

https://github.com/kurozumi/htmlpurifier

This plug-in integrates HTMLPurifier into EC-CUBE4.
https://github.com/kurozumi/htmlpurifier

eccube eccube4 html-purifier

Last synced: over 1 year ago
JSON representation

This plug-in integrates HTMLPurifier into EC-CUBE4.

Awesome Lists containing this project

README

          

# HTMLPurifier for EC-CUBE4

This plug-in integrates [HTMLPurifier](http://htmlpurifier.org/) into [EC-CUBE4.0](https://github.com/EC-CUBE/ec-cube).

## Installation

Install the plugin:
```bash
$ composer require exercise/htmlpurifier-bundle
$ git clone git@github.com:kurozumi/HTMLPurifier.git app/Plugin
$ bin/console e:p:i --code HTMLPurifier
$ bin/console e:p:e --code HTMLPurifier
```
or

```bash
$ bin/console eccube:composer:require exercise/htmlpurifier-bundle
$ git clone git@github.com:kurozumi/HTMLPurifier.git app/Plugin
$ bin/console e:p:i --code HTMLPurifier
$ bin/console e:p:e --code HTMLPurifier
```