mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
9 lines
366 B
Plaintext
9 lines
366 B
Plaintext
* The Algolia/SearchBundle uses Algolia by default. Create a free
|
|
account on http://www.algolia.com and modify your ALGOLIA_APP_ID
|
|
and ALGOLIA_API_KEY config in <fg=green>.env</>
|
|
|
|
* Edit the configuration in <fg=green>config/packages/algolia_search.yaml</>
|
|
to start indexing your data.
|
|
|
|
Documentation: https://www.algolia.com/doc/api-client/symfony/
|