You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App/config/app.php
in providers
Class 'Shift31\LaravelElasticsearch\ElasticsearchServiceProvider' not found
Composer.json
"shift31/laravel-elasticsearch": "~0.4"
The text was updated successfully, but these errors were encountered:
erkanrua
changed the title
Serviceprovider Not Found
Serviceprovider Not Found laravel 4.2
Jan 10, 2019
If you installed package via composer with following command for the version you wanted: $ composer require shift31/laravel-elasticsearch "~0.4"
and as its written in readme provider name should be: Shift31\LaravelElasticsearch\LaravelElasticsearchServiceProvider
Please pay attention between major versions provider names can be different.
App/config/app.php
in providers
Class 'Shift31\LaravelElasticsearch\ElasticsearchServiceProvider' not found
Composer.json
"shift31/laravel-elasticsearch": "~0.4"
The text was updated successfully, but these errors were encountered: