Purifier icon indicating copy to clipboard operation
Purifier copied to clipboard

HTMLPurifier for Laravel 5/6/7/8/9/10/11

Results 80 Purifier issues
Sort by recently updated
recently updated
newest added

Hi, When we use a HTML editor and post the content we must use html_entity_decode. Code: \Purifier::clean( html_entity_decode( \Input::get( 'revision.content' ) ), 'content' )

The output have some problem with the utf-8 characters. How can i fix this? Input: zorg & welzijn Output: zorg & amp; welzijn Code: \Purifier::clean( \Input::get( 'name' ) ); return...

According to https://github.com/mewebstudio/Purifier/blob/master/src/Mews/Purifier/Purifier.php#L126 it looks like if you wanted to pass an array and to use a custom option, the custom option would be ignored in that specific circumstance.

I'm trying to run the exact same thing as in the readme: Purifier::clean('This is my H1 title', 'titles'); I've also setup my config file in the exact same way as...

closed #177 this command can use latest `ezyang/htmlpurifier` can be close #176 ``` composer config repositories.purifier vcs https://github.com/mouyong/Purifier composer require mews/purifier:dev-master ``` when install laravel-excel in laravel 9, use below...

The new version of [ezyang/htmlpurifier](https://github.com/ezyang/htmlpurifier) adds support for PHP 8.1

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

There is currently a conflict when trying to use this package with Laravel 11 (released yesterday) Only one of these can be installed: illuminate/support[v5.5.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0,...