jackrobin/emotion
Composer 安装命令:
composer require jackrobin/emotion
包简介
Expressive reactions for Eloquent models.
关键字:
README 文档
README
Facebook-like reactions for Eloquent models. Let your users express themselves!
Installation
Via Composer
composer require jackrobin/emotion
Then publish and run the migrations
php artisan vendor:publish --tag=migrations --provider=
php artisan migrate
Usage
$discussion->receive('love', $user);
$user->express('love', $discussion);
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email kalynrobinson@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-08-28