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
Downloads
1 061
Tags
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