cslant/laravel-like
最新稳定版本:v2.0.0
Composer 安装命令:
composer require cslant/laravel-like
包简介
A package providing 👍 like, 👎 dislike and love ❤️ or unlike ✋features features for Laravel applications.
关键字:
README 文档
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.
统计信息
- 总下载量: 18.73k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 23
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-23