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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nuummite/laravel-followable

ActiveProject[Utility &amp; Helpers](/categories/utility)

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 3w 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

3715d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18702956?v=4)[Nuummite](/maintainers/nuummite)[@nuummite](https://github.com/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

[stephenjude/filament-blog

Filament Blog Builder

20618.8k](/packages/stephenjude-filament-blog)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11258.1k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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