Skip to main content

Require the dependency (with Composer)

Command line

Register the bundle

The bundle is registered automatically. If it doesnโ€™t register, add the following entry to config/bundles.php:
PHP

Algolia credentials

You need to provide the Algolia and Admin . By default, theyโ€™re loaded from the ALGOLIA_APP_ID and ALGOLIA_API_KEY environment variables. If you use a .env file, you can set them there.
.env
Last modified on June 12, 2026