https://github.com/networking/elasticsearch-bundle
https://github.com/networking/elasticsearch-bundle
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/networking/elasticsearch-bundle
- Owner: networking
- Created: 2013-10-11T12:07:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2026-01-19T09:19:10.000Z (5 months ago)
- Last Synced: 2026-01-19T16:42:43.486Z (5 months ago)
- Language: PHP
- Size: 43.3 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
elasticsearch-bundle
====================
###This bundle only works with the networking/init-cms-bundle!
This bundle will provide search capabilities to your networking initcms
with default setup for pages and media (PDF files).
Install bundle via composer.
"require": {
....
"networking/elasticsearch-bundle": "^2.0",
...
}
"repositories": [
{
"type": "vcs",
"url": "git@github.com:networking/elasticsearch-bundle.git"
}
],
Update your AppKernel.php
```