thezeroday/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

v1.1 2024-03-13 19:23 UTC

This package is auto-updated.

Last update: 2024-05-13 21:15:48 UTC


README

Publish config and migration

php artisan vendor:publish --provider=\Zeroday\Likeable\LikeableServiceProvider --tag=migration
php artisan vendor:publish --provider=\Zeroday\Likeable\LikeableServiceProvider --tag=config

import trait "Likeable" in model