akira/laravel-likeable

Laravel Likeable is a lightweight and flexible package that seamlessly adds like and unlike functionality to your Eloquent models.

0.2.0 2025-05-03 23:39 UTC

This package is auto-updated.

Last update: 2025-05-03 23:45:22 UTC


README

Latest Version on Packagist Total Downloads PHPStan Level License

Laravel Likeable is a lightweight and flexible package that seamlessly adds like and unlike functionality to your Eloquent models.

Installation

You can install the package via composer:

composer require akira/laravel-likeable

You can publish and run the migrations with:

php artisan vendor:publish --tag="likeable-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="likeable-config"

Documentation

You'll find installation instructions and full documentation on Followable website.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.