Purifier
Purifier copied to clipboard
config\purifier.php does not get updated with changes I made.
when I edit this
vendor\mews\purifier\config\purifier.php and then do this php artisan vendor:publish --provider="Mews\Purifier\PurifierServiceProvider" config\purifier.php does not get updated with changes I made to vendor\mews\purifier\config\purifier.php
You should change the file in config/purifier.php directly. Changes in the vendor folder are lost when running composer update so It's no use.
Also publishing config files only works when the file does not exists so if you ran php artisan vendor:publish --provider="Mews\Purifier\PurifierServiceProvider" before you can just change the purifier.php file in you own config directory.