PHPackages                             quandt/slider - 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. quandt/slider

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

quandt/slider
=============

A package which provides simple slideshow

v1.0(11y ago)0118[1 issues](https://github.com/truongquan/slider/issues)JavaScript

Since Jun 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/truongquan/slider)[ Packagist](https://packagist.org/packages/quandt/slider)[ RSS](/packages/quandt-slider/feed)WikiDiscussions master Synced today

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

Slideshow Package for Laravel 5
===============================

[](#slideshow-package-for-laravel-5)

This package provide a simple image slideshow with backend management for Laravel 5 web appliaction.

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

[](#installation)

Require this package with Composer

`composer require 'quandt/slider:dev-master'`

Add these ServiceProviders to the providers array in app/config/app.php

`'QuanDT\Slider\SliderServiceProvider', 'Intervention\Image\ImageServiceProvider', `

Add this to the aliases array in app/config/app.php:

`'Image' => 'Intervention\Image\Facades\Image'`

You need to copy migration files to /database/migrations folder, using the following artisan command:

`php artisan vendor:publish --tag=migration --force`

Then copy assets to /public folder:

`php artisan vendor:publish --tag=asset --force`

You can override the default views by copying to the resources/views/packages/quandt/slider folder. You can also do that with the following command:

`php artisan vendor:publish --tag=view --force`

You can override the default config too (file config will be copied to /config/slider.php):

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

Usage
-----

[](#usage)

Run artisan migrate command to create database for this slide:

`php artisan migrate`

First you need to create a slider, access the following url:

`http://yourwebsite.com/slider`

Then you can add items for the slider you just create (assume your slider ID is 1):

`http://yourwebsite.com/slider-content/create?slider_id=1`

After that, you can preview your slider by access this url:

`http://yourwebsite/slider/display/1`

That's it!

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

4043d ago

### Community

Maintainers

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

---

Top Contributors

[![truongquan](https://avatars.githubusercontent.com/u/10766384?v=4)](https://github.com/truongquan "truongquan (2 commits)")

### Embed Badge

![Health badge](/badges/quandt-slider/health.svg)

```
[![Health](https://phpackages.com/badges/quandt-slider/health.svg)](https://phpackages.com/packages/quandt-slider)
```

###  Alternatives

[laravolt/avatar

Turn name, email, and any other string into initial-based avatar or gravatar.

2.0k5.8M39](/packages/laravolt-avatar)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19346.6k3](/packages/symfony-ux-cropperjs)[october/rain

October Rain Library

1601.7M83](/packages/october-rain)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[beyondcode/laravel-favicon

Create dynamic favicons based on your environment settings.

37549.4k](/packages/beyondcode-laravel-favicon)

PHPackages © 2026

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