Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
amranidev committed Nov 1, 2018
1 parent 1766151 commit 0f3648a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ Amranidev\Laracombee\Providers\LaracombeeServiceProvider::class,

Congratulations, you have successfully installed Laracombee!

<hr>

# Usage

With Laracombe, the integration of your data is simple, as you may know, Recombee used the user-item based database to predict recommendation based on users interests and interactions, so, you have to address which Laravel eloquent model you want to use as user as well as item.
Expand Down Expand Up @@ -99,8 +97,6 @@ Add column : `php artisan laracombee:add email:string age:integer --to=user`

Drop column : `php artisan laracombee:drop email age --from=user`

<hr>

## Laracombee magic methods.

The package allows to manage recombee users/items through magic methods.
Expand Down Expand Up @@ -168,8 +164,6 @@ Update an item, `Laracombee::updateItem($item);`

Add multiple items, `Laracombee::addItems($items);`

<hr>

# API.

Laracombee follows the same naming conventions as recombee, please check recombee api [docs](https://docs.recombee.com/api.html).
Expand Down Expand Up @@ -254,8 +248,6 @@ Recommendation methods are capable of recommending items (Recommend items to use

- Get similar users as some given user, based on the user’s past interactions (purchases, ratings, etc.) and values of properties, `Laracombee::recommendUsersToUser($user_id, $limit, $options);`

<hr>

# Tailor your own magic methods.

Sometimes, we need to keep our code consistent, so we wish that we can extend the installed package functionality and adapt it to our needs.
Expand Down

0 comments on commit 0f3648a

Please sign in to comment.