Looking to hire Laravel developers? Try LaraJobs

laravel-likeable maintained by akira

Description
Laravel Likeable is a lightweight and flexible package that seamlessly adds like and unlike functionality to your Eloquent models.
Author
Last update
2026/04/25 19:42 (dev-dependabot/github_actions/dependabot/fetch-metadata-3.1.0)
License
Downloads
552

Comments
comments powered by Disqus

Laravel Likeable

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.