Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pringuin/searchreplacebundle
Search & Replace Bundle for Pimcore
https://github.com/pringuin/searchreplacebundle
pimcore replace search
Last synced: about 1 month ago
JSON representation
Search & Replace Bundle for Pimcore
- Host: GitHub
- URL: https://github.com/pringuin/searchreplacebundle
- Owner: pringuin
- License: other
- Created: 2021-06-03T16:05:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T14:01:53.000Z (about 3 years ago)
- Last Synced: 2024-04-18T03:12:26.292Z (8 months ago)
- Topics: pimcore, replace, search
- Language: PHP
- Homepage:
- Size: 117 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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![Backend Interface](docs/img/search_form.png)
![Backend Interface](docs/img/replacement_preview.png)
## Installation
### Composer Installation
1. Add code below to your `composer.json` or install it via command line```json
"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 in `Enable / Disable` row
- Click the green `+` Button in `Install/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](https://pringuin.de)
For licensing details please visit [LICENSE.md](LICENSE.md)