Build a recommendation system with Laravel Recombee package
Larcombee is a Recombee API package for Laravel. Using this package we can easily build a recommendation system to get recommendations based on the user's behaviors and interests.
Installation.
composer require amranidev/laracombee
Add the service provider and the alias to config/app.php:
// Service provider. Amranidev\Laracombee\Providers\LaracombeeServiceProvider::class,
// Alias.
'Laracombee' => Amranidev\Laracombee\facades\LaracombeeFacade::class,
Create a new instance in recombee.com
Add databaseId and token to config/laracombee.php in your project.
Congratulations, you have successfully installed Laracombee!
Source code
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5.7 Laravel 5.6 Laravel 5.5 Laravel 5.4 Laravel 5.3 Laravel 5 Intermediate