PHPackages                             nuummite/laravel-followable - 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. nuummite/laravel-followable

ActiveProject

nuummite/laravel-followable
===========================

Helper traits to start your microblogging laravel application.

0.0.1(10y ago)129[1 issues](https://github.com/nuummite/laravel-followable/issues)MITPHPPHP &gt;=5.5.9

Since Apr 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/nuummite/laravel-followable)[ Packagist](https://packagist.org/packages/nuummite/laravel-followable)[ RSS](/packages/nuummite-laravel-followable/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel Followable
==================

[](#laravel-followable)

Introduction
------------

[](#introduction)

Laravel Followable provides a set of Traits and classes to kick start your microblogging site or your add social collaboration to your current project.

License
-------

[](#license)

Laravel Followable is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Official Documentation
----------------------

[](#official-documentation)

To get started with Laravel Followable, add to your `composer.json` file as a dependency:

```
composer require nuummite/laravel-followable

```

### Configuration

[](#configuration)

After installing the Socialite library, register the `Nuummite\Followable\Providers\FollowableServiceProvider` in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...

    Nuummite\Followable\Providers\FollowableServiceProvider::class,
],
```

Run the vendor publish artisan command to expose the needed migrations:

```
php artisan vendor:publish

```

Run the migrations using artisan command. This will create the needed tables in your database. These are: followables and feed\_messages

```
php artisan migrate

```

### Basic Usage

[](#basic-usage)

As a final step, you can use the traits FollowableTrait and FollowerTrait of this package in your User class in order to start coding your microblogging app.

It's as easy as thinking that a User can "follow" and can be "followed". So we add the needed functionallity to the User class.

You can also add these traits to any object. So if you'd like, for example, make a "Task" followable you can do it also! This is usefull when you want to add social collaboration to your application.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3667d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01171d5dd9dd9328481d4d7745d4a0f64678aeb5b6759f44902e0d55a5d8363b?d=identicon)[nuummite](/maintainers/nuummite)

---

Tags

laravelfollowablemicroblogging

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nuummite-laravel-followable/health.svg)

```
[![Health](https://phpackages.com/badges/nuummite-laravel-followable/health.svg)](https://phpackages.com/packages/nuummite-laravel-followable)
```

###  Alternatives

[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[lecturize/laravel-followers

Build a poly-morph Follower system or simply associate Eloquent models in Laravel 5.

131.4k](/packages/lecturize-laravel-followers)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
