PHPackages                             capham/laravel-sidebar - 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. capham/laravel-sidebar

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

capham/laravel-sidebar
======================

A sidebar builder for Laravel

2.2.0(6y ago)04LGPLPHPPHP &gt;=5.4.0

Since Mar 18Pushed 6y agoCompare

[ Source](https://github.com/capham/Laravel-Sidebar)[ Packagist](https://packagist.org/packages/capham/laravel-sidebar)[ RSS](/packages/capham-laravel-sidebar/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (8)Versions (18)Used By (0)

Laravel Sidebar
===============

[](#laravel-sidebar)

[![GitHub release](https://camo.githubusercontent.com/46fd9dfa24f9491f25f49ab73495e23af1a05621a41511380d7dfbcb57f6f050/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f4d616174776562736974652f4c61726176656c2d536964656261722e7376673f7374796c653d666c6174)](https://packagist.org/packages/maatwebsite/laravel-sidebar)[![Travis](https://camo.githubusercontent.com/5bb0f4b42b17d9864e778050ce3c26f6a1d0e0828c8f3bb0d81388d49be6c543/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4d616174776562736974652f4c61726176656c2d536964656261722e7376673f7374796c653d666c6174)](https://travis-ci.org/Maatwebsite/Laravel-Sidebar)[![Scrutinizer](https://camo.githubusercontent.com/fe72b2b554d2ca4435b98522ec617f0f229685ed187672cff082ade2bb8af24b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f4d616174776562736974652f4c61726176656c2d536964656261722e7376673f7374796c653d666c6174)](https://github.com/Maatwebsite/Laravel-Sidebar)[![Packagist](https://camo.githubusercontent.com/072ae90307ddb72bb035206d63115a5140d4aff6788bcb50fb3467491b76610c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f4d616174776562736974652f4c61726176656c2d536964656261722e7376673f7374796c653d666c6174)](https://packagist.org/packages/maatwebsite/laravel-sidebar)[![Packagist](https://camo.githubusercontent.com/71328954deed240fcda8326e1dad91b15c33248c68757d762e5b9bb4eb0086d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f4d616174776562736974652f4c61726176656c2d536964656261722e7376673f7374796c653d666c6174)](https://packagist.org/packages/maatwebsite/laravel-sidebar)[![Packagist](https://camo.githubusercontent.com/5d22445f88ece340438b2b175db8eb89ab3ed6b69c2f9ed955dc77c3d776a07a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4d616174776562736974652f4c61726176656c2d536964656261722e7376673f7374796c653d666c6174)](https://packagist.org/packages/maatwebsite/laravel-sidebar)

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

[](#installation)

Require this package in your `composer.json` and run `composer update`.

```
"maatwebsite/laravel-sidebar": "~2.1"
```

After updating composer, add the ServiceProvider to the providers array in `config/app.php`

```
'Maatwebsite\Sidebar\SidebarServiceProvider',
```

Add the package middleware to `App\Http\Kernel`:

`'Maatwebsite\Sidebar\Middleware\ResolveSidebars'`

To publish the default views use:

```
php artisan vendor:publish --tag="views"
```

To publish the config use:

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

Documentation
-------------

[](#documentation)

See the wiki:

Contributing
------------

[](#contributing)

**ALL contributions** should be made to appropriate branch (e.g. 2.0 for 2.0.\* bug fixes). Bug fixes should never be sent to the master branch.

We follow PSR-1, PSR-2 and PSR-4 coding styles.

Added or fixed functionality should be backed with unit tests.

License
-------

[](#license)

This package is licensed under MIT. You are free to use it in personal and commercial projects.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 81.1% of commits — single point of failure

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

Every ~105 days

Recently: every ~391 days

Total

17

Last Release

2393d ago

Major Versions

1.1.1 → 2.0.02015-06-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/98698d7d29b8c95491bd4561e10b0564c73173a4ea8720ad592f1504b6bb85e5?d=identicon)[capham](/maintainers/capham)

---

Top Contributors

[![patrickbrouwers](https://avatars.githubusercontent.com/u/7728097?v=4)](https://github.com/patrickbrouwers "patrickbrouwers (86 commits)")[![breaktag](https://avatars.githubusercontent.com/u/6359543?v=4)](https://github.com/breaktag "breaktag (5 commits)")[![sdebacker](https://avatars.githubusercontent.com/u/134503?v=4)](https://github.com/sdebacker "sdebacker (4 commits)")[![FrankPeters](https://avatars.githubusercontent.com/u/3206714?v=4)](https://github.com/FrankPeters "FrankPeters (3 commits)")[![mvdstam](https://avatars.githubusercontent.com/u/7629384?v=4)](https://github.com/mvdstam "mvdstam (2 commits)")[![capham](https://avatars.githubusercontent.com/u/1766199?v=4)](https://github.com/capham "capham (2 commits)")[![TonyRouse](https://avatars.githubusercontent.com/u/1280950?v=4)](https://github.com/TonyRouse "TonyRouse (1 commits)")[![komakino](https://avatars.githubusercontent.com/u/863727?v=4)](https://github.com/komakino "komakino (1 commits)")[![MaatwebsiteSupport](https://avatars.githubusercontent.com/u/5889106?v=4)](https://github.com/MaatwebsiteSupport "MaatwebsiteSupport (1 commits)")[![mikemand](https://avatars.githubusercontent.com/u/745184?v=4)](https://github.com/mikemand "mikemand (1 commits)")

---

Tags

laravelmenusidebaracp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/capham-laravel-sidebar/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[maatwebsite/laravel-sidebar

A sidebar builder for Laravel

108327.3k17](/packages/maatwebsite-laravel-sidebar)[laravel/folio

Page based routing for Laravel.

608453.9k27](/packages/laravel-folio)

PHPackages © 2026

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