pringuin/searchreplacebundle
No Category
Zusammenfassung
Searchreplace Bundle for Pimcore
Readme
Search & Replace Bundle for Pimcore
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