2021-12-04 18:26:14 -05:00
2021-12-04 18:26:14 -05:00
2021-12-04 18:26:14 -05:00

Run locally

  1. composer install
  2. cp .env.example .env and configure .env file
  3. yarn install
  4. yarn run dev
  5. Optional: make the search work:
    1. Install and run meilisearch locally
    2. Configure and run a queue (php artisan queue:listen --queue=high,low,default)

Search in production is done with Meilisearch. You can use other drivers if you want to.

That being said, if you want to index new data, or add additional data to search data for, you need to indicate all the indexes of this new data in SetupApplication.php otherwise, Meilisearch won't know the indexes and you will end up with an error message saying that data is not filterable.

S
Description
No description provided
Readme
146 MiB
Languages
PHP 84.6%
Vue 7.9%
Blade 7.1%
Shell 0.3%