Download the PHP package sebastian-kennedy/laravel-follow without Composer
On this page you can find all versions of the php package sebastian-kennedy/laravel-follow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sebastian-kennedy/laravel-follow
More information about sebastian-kennedy/laravel-follow
Files in sebastian-kennedy/laravel-follow
Download sebastian-kennedy/laravel-follow
More information about sebastian-kennedy/laravel-follow
Files in sebastian-kennedy/laravel-follow
Vendor sebastian-kennedy
Package laravel-follow
Short Description User follow feature for laravel application.
License MIT
Package laravel-follow
Short Description User follow feature for laravel application.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-follow
Laravel Follow
User follow feature for laravel application.
Version Matrix
Version | Laravel | PHP Version |
---|---|---|
1.x | 6.x | >= 7.3 |
Installing
Configuration
Migrations
Usage
Preparing the user model
To allow an user to be followed or to follow other users, the user models have to make usage of a trait.
CanFollowBehavior
Get list of followings
Get list of follow relationships
Determine if a user has followed the other user
Follow a User
Follow many users
Special follow a user
Unfollow a user
Unfollow many users
Cancel special follow a user
Toggle follow a user
CanBeFollowBehavior
Get list of followers
Get list of follow relationships
Determine if a user is followed By the other user
Accept a user follow request
Reject a user follow request
Remove a follower
Remove many followers
License
MIT
All versions of laravel-follow with dependencies
PHP Build Version
Package Version
The package sebastian-kennedy/laravel-follow contains the following files
Loading the files please wait ....