shift31 / laravel-elasticsearch

Elasticsearch for Laravel
MIT License
195 stars 40 forks source link

Serviceprovider Not Found laravel 4.2 #54

Open erkanrua opened 5 years ago

erkanrua commented 5 years ago

App/config/app.php in providers Class 'Shift31\LaravelElasticsearch\ElasticsearchServiceProvider' not found Composer.json "shift31/laravel-elasticsearch": "~0.4"

candasm commented 5 years ago

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.