-
Notifications
You must be signed in to change notification settings - Fork 1
1. Installation
Osushi edited this page Sep 6, 2018
·
1 revision
$ composer require osushi/elasticsearch-orm:~{version}
Elasticsearch 5.6.x | Elasticsearch 6.2.x | |
---|---|---|
Laravel 5.5.x | ~5.6.0 | ~6.2.0 |
Laravel 5.6.x | ~5.6.0 | ~6.2.0 |
Laravel 5.7.x | ~5.6.0 | ~6.2.0 |
e.g.
$ composer require osushi/elasticsearch-orm:~6.2.0
[config/app.php]
Osushi\ElasticsearchOrm\Providers\ElasticsearchOrmServiceProvider::class
$ php artisan vendor:publish --provider="Osushi\ElasticsearchOrm\Providers\ElasticsearchOrmServiceProvider"