sanitizer icon indicating copy to clipboard operation
sanitizer copied to clipboard

Sanitize data using a number of mutation methods.

Results 3 sanitizer issues
Sort by recently updated
recently updated
newest added

when I add the Service provider Rees\Sanitizer\SanitizerServiceProvider I am getting this error 'Call to undefined method Laravel\Lumen\Application::share() ' everywhere. My php version is 7.3

This pull request aims to add a support for wildcards in the sanitization rules. Adding a support for wildcards helps in performing sanitization on dynamic fields. Each star corresponds to...

Is this built to work on Laravel Framework 5.4.31? I'm having trouble after putting it in config/app.php under services providers and aliases. ``` (1/1) FatalThrowableErrorCall to undefined method Illuminate\Foundation\Application::share() --...