cybercog / laravel-love

Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?

Home Page:https://komarev.com/sources/laravel-love

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database Changes - Setup Instructions

JD456976 opened this issue · comments

Change:

php artisan love:setup-reacterable --model="App\User"

To:

php artisan love:setup-reacterable --model="App\Models\User"

Models could be anywhere you want. Models directory is a pretty new standard in Laravel, earlier it was in the app root.

@JD456976 Fixed it, thanks!