Download the PHP package fractal512/meilisan without Composer
On this page you can find all versions of the php package fractal512/meilisan. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fractal512/meilisan
More information about fractal512/meilisan
Files in fractal512/meilisan
Package meilisan
Short Description Meilisearch methods wrapper for Laravel Artisan
License MIT
Homepage https://github.com/fractal512/meilisan
Informations about the package meilisan
Meilisearch methods wrapper for Laravel Artisan
This wrapper helps to manage Meilisearch functionality via console using Laravel Artisan.
Table of Contents
- Installation
- Usage
- Indexes
- Filterable Attributes
- Ranking Rules
- Sortable Attributes
- Stop Words
Installation
Install the package using composer:
Usage
Use artisan meilisearch
command to manage Meilisearch indexes, configuration, etc. The list of commands is being expanded...
Indexes
To manage indexes in the Meilisearch database use command:
Arguments:
- action - Action on index (get, set, delete)
- index - Name of the index in the Meilisearch database
Options:
- -o, --offset - Number of indexes to skip
- -l, --limit - Number of indexes to return
- -k, --key - Name of the primary key
Filterable Attributes
To manage filterable attributes for the Meilisearch index use command:
Arguments:
- action - action on filterable attributes (get, set, reset)
- index - name of index in Meilisearch database
- attributes - comma-separated list of filterable attributes to set
Ranking Rules
To manage ranking rules for the Meilisearch index use command:
Arguments:
- action - action on ranking rules (get, set, reset)
- index - name of index in Meilisearch database
- attributes - comma-separated list of ranking rules to set
Sortable Attributes
To manage sortable attributes for the Meilisearch index use command:
Arguments:
- action - action on sortable attributes (get, set, reset)
- index - name of index in Meilisearch database
- attributes - comma-separated list of sortable attributes to set
Stop Words
To manage stop words for the Meilisearch index use command:
Arguments:
- action - action on stop words (get, set, reset)
- index - name of index in Meilisearch database
- stopwords - comma-separated list of stop words to set
All versions of meilisan with dependencies
laravel/framework Version ^8.0|^9.0
laravel/scout Version ^9.4
meilisearch/meilisearch-php Version ^1.7