Installation

Download

You can download this addon by requiring it with composer:

composer require anomaly/search-module

You can also download this addon via the Addons module.

Install

You can install this addon with the addon:install command:

php artisan addon:install anomaly.module.search

The Search module comes installed with PyroCMS out of the box.{.tip}

Configure

Lastly configure the system to use the search Scout driver inn your .env file.

SCOUT_DRIVER=search

The Search module comes configured for PyroCMS out of the box.{.tip}