https://github.com/skybluesofa/laravel-followers

Laravel 5 Followers

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ba9fb745-a9d8-4f96-99d6-23fd84c74046/68747470733a2f2f7472617669732d63692e6f72672f736b79626c7565736f66612f6c61726176656c2d666f6c6c6f776572732e7376673f6272616e63683d6d6173746572

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/74d87b59-4f6c-40f2-a407-227ab23561ac/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f736b79626c7565736f66612f6c61726176656c2d666f6c6c6f776572732f6261646765732f6770612e737667

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/acb37b5e-28cb-4c46-bf58-c89fd675bad7/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f736b79626c7565736f66612f6c61726176656c2d666f6c6c6f776572732f6261646765732f636f7665726167652e737667

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/4ed48321-f9ed-4eaf-b229-39d241961a7e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736b79626c7565736f66612f6c61726176656c2d666f6c6c6f776572732e7376673f7374796c653d666c6174

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d431995f-6861-4db4-bc9d-816193875330/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736b79626c7565736f66612f6c61726176656c2d666f6c6c6f776572732e7376673f7374796c653d666c6174

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f0a78b24-1a28-4ce5-a22b-52ca09b499a0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174

Gives Eloquent models the ability to manage their followers.

Models can:

Installation

First, install the package through Composer.

composer require skybluesofa/laravel-followers

Then include the service provider inside config/app.php.

'providers' => [
 ...
 Skybluesofa\\Followers\\ServiceProvider::class,
 ...
];