PHPackages                             fbf/laravel-carousel - 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. fbf/laravel-carousel

ActiveLibrary

fbf/laravel-carousel
====================

v0.1.0(12y ago)1201PHPPHP &gt;=5.3.0

Since Jan 23Pushed 12y ago1 watchersCompare

[ Source](https://github.com/FbF/Laravel-Carousel)[ Packagist](https://packagist.org/packages/fbf/laravel-carousel)[ RSS](/packages/fbf-laravel-carousel/feed)WikiDiscussions master Synced 2mo ago

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

Laravel Carousel
================

[](#laravel-carousel)

A Laravel 4 package for adding a carousel to a website

Features
--------

[](#features)

- Supports carousel slides with text panel that is typically a background image overlaid with title, intro para and link, and also supports optional carousel navigation with icon image and title.
- Bundled FrozenNode/Administrator config file to manage the panel data, including custom actions for reordering
- Bundled view 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 that view.

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

[](#installation)

Add the following to you composer.json file

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

```

Run

```
composer update

```

Add the following to app/config/app.php

```
'Fbf\LaravelCarousel\LaravelCarouselServiceProvider'

```

Publish the config

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

```

Run the migration

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

```

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

```
public/uploads/packages/fbf/laravel-carousel/background/original
public/uploads/packages/fbf/laravel-carousel/background/resized
public/uploads/packages/fbf/laravel-carousel/icon/original
public/uploads/packages/fbf/laravel-carousel/icon/resized

```

Usage
-----

[](#usage)

In your controller

```
$panels = Fbf\LaravelCarousel\Panel::getData();
return View::make('home')->with(compact('panels'));
```

In your blade template:

```
@inlcude('laravel-carousel::carousel')
```

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

[](#administrator)

You can use the excellent Laravel Administrator package by frozennode to administer your carousel.

A ready-to-use model config file for the Panel model (carousel\_panels.php) is 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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

4489d 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 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

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

61214.2k26](/packages/slowlyo-owl-admin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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