Add the option to search and replace text in all pimcore documents.
Note that this bundle is quite new and has not been tested thoroughly. Use at your own risk! No warranty given. This bundle does directly modify the Pimcore Database tables. Backups are highly recommended.
- Easy installation in pimcore projects (drop-in-solution)
- Multilingual admin interface to search and replace
- Testrun with replacement preview
- Add code below to your
composer.json
or install it via command line
"require": {
"pringuin/searchreplacebundle" : "dev-main"
}
After you have installed the Search & Replace Bundle via composer, open the pimcore administration backend and go to Tools
=> Extension
:
- Click the green
+
Button inEnable / Disable
row - Click the green
+
Button inInstall/Uninstall
row
After you have installed the Search & Replace Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:enable pringuinSearchreplaceBundle
- Execute:
$ bin/console pimcore:bundle:install pringuinSearchreplaceBundle
We'd be very happy if you'd support us by improving this bundle with pull requests.
Copyright: PRinguin GbR
For licensing details please visit LICENSE.md