Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-likeable maintained by thezeroday

Description
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
Author
0Day
Last update
2024/03/13 21:48 (dev-master)
License
Links
Downloads
1 061

Comments
comments powered by Disqus

Installation

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