Download the PHP package probablyrational/laravel-user-blockable without Composer
On this page you can find all versions of the php package probablyrational/laravel-user-blockable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download probablyrational/laravel-user-blockable
More information about probablyrational/laravel-user-blockable
Files in probablyrational/laravel-user-blockable
Download probablyrational/laravel-user-blockable
More information about probablyrational/laravel-user-blockable
Files in probablyrational/laravel-user-blockable
Vendor probablyrational
Package laravel-user-blockable
Short Description Laravel 5 user block system
License MIT
Package laravel-user-blockable
Short Description Laravel 5 user block system
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-user-blockable
Laravel 5 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 5.4~
- Required php >=7.0
Installation
First, pull in the package through Composer.
Run composer require probablyrational/laravel-user-blockable
And then, include the service provider within config/app.php
.
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])
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 ~1.22
illuminate/database Version >=5.4
illuminate/support Version >=5.4
nesbot/carbon Version ~1.22
The package probablyrational/laravel-user-blockable contains the following files
Loading the files please wait ....