PHPackages                             fbf/laravel-panels - 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. [Admin Panels](/categories/admin)
4. /
5. fbf/laravel-panels

ActiveLibrary[Admin Panels](/categories/admin)

fbf/laravel-panels
==================

A Laravel 4 package for adding multiple types of widgets like carousels, accordions and tabsets to a website

v0.1.0(12y ago)42733MITPHPPHP &gt;=5.3.0

Since Feb 10Pushed 12y ago1 watchersCompare

[ Source](https://github.com/FbF/Laravel-Panels)[ Packagist](https://packagist.org/packages/fbf/laravel-panels)[ RSS](/packages/fbf-laravel-panels/feed)WikiDiscussions master Synced yesterday

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

Laravel Panels
==============

[](#laravel-panels)

A Laravel 4 package for adding multiple types of widgets like carousels, accordions and tabsets to a website

Features
--------

[](#features)

- Supports concept of panels to be used in an accordion or a carousel or a set of tabs.
- Each panel can have title, description, link URL, link text and up to 2 images. E.g. a background and an icon image.
- You can define multiple types, or multiple instances of each type to be used on you site.
- Bundled FrozenNode/Administrator config files to manage the panel data, including custom actions for reordering. One for an accordion and one for a carousel, but you could make your own
- Bundled views that you can include as a partial for example on your site's homepage, and a model method for getting all the data to populate those views.
- Bundled faker seed that populates your table with fake data, useful for testing

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

[](#installation)

Add the following to you composer.json file

```
"fbf/laravel-panels": "dev-master"

```

Run

```
composer update

```

Add the following to app/config/app.php

```
'Fbf\LaravelPanels\LaravelPanelsServiceProvider'

```

Publish the config

```
php artisan config:publish fbf/laravel-panels

```

Before running the migration, ensure you set up the 'types' you need in your app, in the config file that's been published into your app's config folder.

Run the migration

```
php artisan migrate --package="fbf/laravel-panels"

```

Create the relevant image upload directories that you specify in your config, e.g.

```
public/uploads/packages/fbf/laravel-panels/homepage_carousel/image_1/original
public/uploads/packages/fbf/laravel-panels/homepage_carousel/image_1/resized
public/uploads/packages/fbf/laravel-panels/homepage_carousel/image_2/original
public/uploads/packages/fbf/laravel-panels/homepage_carousel/image_2/resized
public/uploads/packages/fbf/laravel-panels/homepage_accordion/image_1/original
public/uploads/packages/fbf/laravel-panels/homepage_accordion/image_1/resized
public/uploads/packages/fbf/laravel-panels/homepage_accordion/image_2/original
public/uploads/packages/fbf/laravel-panels/homepage_accordion/image_2/resized

```

Optionally change the dimensions of the images you want to use in the config file.

Optionally run the faker seed

```
php artisan db:seed --class=Fbf\LaravelPanels\PanelsTableFakeSeeder

```

Usage
-----

[](#usage)

In your controller

```
$carouselPanels = Fbf\LaravelPanels\Panel::getData('HOMEPAGE_CAROUSEL');
$accordionPanels = Fbf\LaravelPanels\Panel::getData('HOMEPAGE_ACCORDION');
return View::make('home')->with(compact('carouselPanels', 'accordionPanels'));
```

In your blade template:

```
@include('laravel-panels::carousel', array('panels' => $carouselPanels))
...
@include('laravel-panels::accordion', array('panels' => $accordionPanels))
```

Administrator
-------------

[](#administrator)

You can use the excellent Laravel Administrator package by frozennode to administer your carousels, accordions and tabsets.

Two ready-to-use sample model config files for the Panel model (homepage\_carousel.php and homepage\_accordion.php) are provided in the src/config/administrator directory of the package, which you can copy into the app/config/administrator directory (or whatever you set as the model\_config\_path in the administrator config file).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

Unknown

Total

1

Last Release

4475d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1890fa7f83fd77b7c73d984199cb9a45ba9871acb4133490f43115c19fe845f?d=identicon)[neilcrookes](/maintainers/neilcrookes)

---

Top Contributors

[![neilcrookes](https://avatars.githubusercontent.com/u/24232?v=4)](https://github.com/neilcrookes "neilcrookes (2 commits)")[![danclaydon](https://avatars.githubusercontent.com/u/8693957?v=4)](https://github.com/danclaydon "danclaydon (1 commits)")

### Embed Badge

![Health badge](/badges/fbf-laravel-panels/health.svg)

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

###  Alternatives

[slowlyo/owl-admin

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

61214.2k26](/packages/slowlyo-owl-admin)[takielias/tablar

Tablar: A Laravel Dashboard Preset Featuring Dark Mode and Dynamic Menu Generation for Effortless Navigation and Fast Development.

30817.7k3](/packages/takielias-tablar)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[takielias/tablar-kit

The Elegance of Tablar Dashboard

413.4k](/packages/takielias-tablar-kit)[adminui/inertia-routes

A hybrid JS/PHP package adding Ziggy-routes functionality to your Laravel/Inertia/Vue3 application

183.2k](/packages/adminui-inertia-routes)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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