01edc35558a9955e533f5ca3c5427dcb4e4c419c
Run locally
composer installcp .env.example .envand configure.envfileyarn installyarn run dev- Optional: make the search work:
- Install and run meilisearch locally
- Configure and run a queue (
php artisan queue:listen --queue=high,low,default)
Configuring search
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.
Languages
PHP
84.6%
Vue
7.9%
Blade
7.1%
Shell
0.3%