pringuin / searchreplacebundle
Searchreplace Bundle for Pimcore
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 1
Type:pimcore-bundle
Requires
- php: ^7.1
- pimcore/pimcore: ^5.8 | ^6.0
This package is auto-updated.
Last update: 2024-10-22 20:27:35 UTC
README
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.
Features
- Easy installation in pimcore projects (drop-in-solution)
- Multilingual admin interface to search and replace
- Testrun with replacement preview
Installation
Composer Installation
- Add code below to your
composer.json
or install it via command line
"require": { "pringuin/searchreplacebundle" : "dev-main" }
Installation via Extension Manager
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
Installation via CommandLine
After you have installed the Search & Replace Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:enable pringuinSearchreplaceBundle
- Execute:
$ bin/console pimcore:bundle:install pringuinSearchreplaceBundle
Contributing
We'd be very happy if you'd support us by improving this bundle with pull requests.
Copyright and license
Copyright: PRinguin GbR
For licensing details please visit LICENSE.md