laravel-elasticsearch
laravel-elasticsearch copied to clipboard
Serviceprovider Not Found laravel 4.2
trafficstars
App/config/app.php in providers Class 'Shift31\LaravelElasticsearch\ElasticsearchServiceProvider' not found Composer.json "shift31/laravel-elasticsearch": "~0.4"
Hello @erkanrua ,
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.