PHPackages                             ultratechinnovations/laravel-social-follow - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. ultratechinnovations/laravel-social-follow

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

ultratechinnovations/laravel-social-follow
==========================================

A complete, flexible follow system for Laravel applications with multi-model support, real-time notifications, and relationship management

0.0.1(9mo ago)01[4 PRs](https://github.com/ultratechinnovations/laravel-social-follow/pulls)MITPHPPHP ^8.3CI passing

Since Aug 4Pushed 1mo agoCompare

[ Source](https://github.com/ultratechinnovations/laravel-social-follow)[ Packagist](https://packagist.org/packages/ultratechinnovations/laravel-social-follow)[ Docs](https://github.com/ultratechinnovations/laravel-social-follow)[ GitHub Sponsors](https://github.com/UltraTechInnovations)[ RSS](/packages/ultratechinnovations-laravel-social-follow/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (14)Versions (6)Used By (0)

Laravel Social Follow
=====================

[](#laravel-social-follow)

[![Latest Version on Packagist](https://camo.githubusercontent.com/271f40ceffbf43747e77c4d1ef1255cf72f4d7d0183254df0a69efae2715f869/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f756c74726174656368696e6e6f766174696f6e732f6c61726176656c2d736f6369616c2d666f6c6c6f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ultratechinnovations/laravel-social-follow)[![GitHub Tests Action Status](https://camo.githubusercontent.com/213adc90fa8cccee5913402d4a3518927949fdc62d25566eacd72938d2bfe8d5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f756c74726174656368696e6e6f766174696f6e732f6c61726176656c2d736f6369616c2d666f6c6c6f772f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ultratechinnovations/laravel-social-follow/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/22f02d2f2e6d62d2570e728d1113a138210ab6bbc3c053f58f9ceb95d550cb32/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f756c74726174656368696e6e6f766174696f6e732f6c61726176656c2d736f6369616c2d666f6c6c6f772f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ultratechinnovations/laravel-social-follow/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/def9949d0c8007173b928236678fd9463cabf4587dc5c9d31ae3b6bba5245a26/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f756c74726174656368696e6e6f766174696f6e732f6c61726176656c2d736f6369616c2d666f6c6c6f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ultratechinnovations/laravel-social-follow)

A complete, flexible follow system for Laravel applications with multi-model support, real-time notifications, and relationship management

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require ultratechinnovations/laravel-social-follow
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="social-follow-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="social-follow-config"
```

Usage
-----

[](#usage)

Traits

### CanFollow

[](#canfollow)

Add to any model (e.g., `User`) that should be able to follow others.

```
