Download the PHP package puzzle9/laravel-user-blockable without Composer
On this page you can find all versions of the php package puzzle9/laravel-user-blockable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-user-blockable
Laravel User Block System
This package helps you to add user block system to your project.
- So simply and easy.
- Use "ON DELETE CASCADE" in block relationships table.
Caution
- Support Laravel 8.x~
- Required php >=7.0
Installation
First, pull in the package through Composer.
Run composer require puzzle9/laravel-user-blockable
Publish the config file. (blockable.php)
Finally, use Blockable trait in User model.
Usage
Block a user or users
Add blockers
Unblock a user or users
Get blocker users / blocked by users
Check if it is blocking
Check if it is being blocked
Check if it is mutual block
Get blocker/blocked IDs
Reject user ids
License
MIT
Author
hareku ([email protected])
Fork
barisdemirhan ([email protected])
其他
讲真
目前我对这函数 按照这个被
字关系 理解不清楚
就是类似于
a拉黑了b b被a拉黑了
All versions of laravel-user-blockable with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/database Version >=5.4
illuminate/support Version >=5.4
nesbot/carbon Version >=2.0
illuminate/database Version >=5.4
illuminate/support Version >=5.4
nesbot/carbon Version >=2.0
The package puzzle9/laravel-user-blockable contains the following files
Loading the files please wait ....