Download the PHP package avadim/manticore-query-builder-laravel without Composer
On this page you can find all versions of the php package avadim/manticore-query-builder-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download avadim/manticore-query-builder-laravel
More information about avadim/manticore-query-builder-laravel
Files in avadim/manticore-query-builder-laravel
Package manticore-query-builder-laravel
Short Description ManticoreSearch Query Builder for your Laravel applications
License MIT
Homepage https://github.com/aVadim483/manticore-query-builder-laravel
Informations about the package manticore-query-builder-laravel
ManticoreSearch Query Builder for Laravel
An easiest way to use the ManticoreSearch Query Builder in your Laravel or Lumen applications. This package allows you to build ManticoreSearch queries using a Laravel-like syntax.
Installation
Laravel
The package's service provider will automatically register its service provider.
Publish the configuration file:
Alternative configuration method via .env file
After you publish the configuration file as suggested above, you may configure ManticoreSearch by adding the following
to your application's .env
file (with appropriate values):
All available environments variables
Name | Default value | Description |
---|---|---|
MANTICORE_CONNECTION | default | Name of default connection |
MANTICORE_HOST | localhost | Address of host with Manticore server |
MANTICORE_PORT | 9306 | Port number with REST server |
MANTICORE_USER | Username | |
MANTICORE_PASS | Password | |
MANTICORE_TIMEOUT | 5 | Timeout between requests |
Lumen
If you work with Lumen, please register the service provider and configuration in bootstrap/app.php
:
Manually copy the configuration file to your application.
How to use
Create a table of ManticoreSearch in Laravel migration
Logging
You can use logger instance for logging in this package.
More info about ManticoreSearch Query Builder see in documentation of the package avadim/manticore-query-builder-php
All versions of manticore-query-builder-laravel with dependencies
ext-json Version *
psr/log Version >=1.1
avadim/manticore-query-builder-php Version ^1.10
illuminate/support Version ^6.0|^7.0|^8.0|^9.0
illuminate/contracts Version ^6.0|^7.0|^8.0|^9.0