关键词:followable

1
Build a poly-morph Follower system or simply associate Eloquent models in Laravel 5.
2
Build a poly-morph Follower system or simply associate Eloquent models in Laravel 5.
3
Helper traits to start your microblogging laravel application.
4
Followable is a Laravel package to allow any model to follow any other model. This is accomplished through a double polymorphic relationship on the Follow model. There is also built in support for blocking/un-blocking follow records.