Add the dependency to composer: composer require konekt/kontent-eloquent
composer require konekt/kontent-eloquent
In the config/app.php configuration file, add to the provider array:
config/app.php
'providers' => [ // Other Service Providers Konekt\Kontent\Laravel\KontentServiceProvider::class, ],