cslant / laravel-like
A package providing π like, π dislike and love β€οΈ or unlike βfeatures features for Laravel applications.
Fund package maintenance!
tanhongit
Installs: 3 148
Dependents: 1
Suggesters: 0
Security: 0
Stars: 21
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ^8.2
- illuminate/database: ^11.0|^12.0
- illuminate/support: ^11.0|^12.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.0
- nunomaduro/collision: ^v8.6
- nunomaduro/larastan: ^3.0
- orchestra/testbench: ^10.1
- pestphp/pest: ^3.7
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
README
The interaction for User π like, π dislike, and love β€οΈ features for Laravel Application.
π Introduction
This package provides an interaction way to add like π, dislike π, and love β€οΈ features to your Laravel application.
It is easy to use and can be customized to fit your needs.
π Requirements
- PHP ^8.1
- Laravel ^9.0|^10.0|^11.0
Is Maintain | PHP | Laravel | Blog Core |
---|---|---|---|
β | ^8.2 | ^11.0, ^12.0 | v2.x |
β | ^8.1 | ^9.0, ^10.0, ^11.0 | v1.x |
π Official Documentation
The detailed documentation is in the Laravel Like Package - Official documentation.
π§ Installation
You can install the package via Composer:
composer require cslant/laravel-like
Configuration and Migrations
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
π License
The MIT License (MIT). Please see License File for more information.
π Acknowledgement
This package is inspired by the laravel-like package by overtrue. I have added some additional features and improvements to the package.