Skip to content

Laravel Likeable is a lightweight and flexible package that seamlessly adds like and unlike functionality to your Eloquent models. With an intuitive and expressive API, it enables users to like or unlike any entity, while simplifying relationship management and enhancing user engagement across your application.

License

Notifications You must be signed in to change notification settings

akira-io/laravel-likeable

Repository files navigation

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.

About

Laravel Likeable is a lightweight and flexible package that seamlessly adds like and unlike functionality to your Eloquent models. With an intuitive and expressive API, it enables users to like or unlike any entity, while simplifying relationship management and enhancing user engagement across your application.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages