User π like and π dislike features for Laravel Application.
This package provides a simple way to add like π, dislike π, and love β€οΈ or unlike π€ features to your Laravel application.
It is easy to use and can be customized to fit your needs.
- PHP ^8.1
- Laravel ^9.0|^10.0|^11.0
You can install the package via Composer:
composer require cslant/laravel-like
You can publish all the necessary configuration and migration files by running the following command:
php artisan vendor:publish --provider="CSlant\LaravelLike\LikeServiceProvider"
After the configuration file has been published, you can run the migration:
php artisan migrate