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

ActiveLibrary

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

A package which provides simple slideshow

v1.0(10y 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 1mo ago

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 54% 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

3997d 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

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[laravolt/avatar

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

2.0k5.4M31](/packages/laravolt-avatar)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[aimeos/aimeos-core

Full-featured e-commerce components for high performance online shops

4.5k346.9k48](/packages/aimeos-aimeos-core)[intervention/image-laravel

Laravel Integration of Intervention Image

1536.5M102](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)

PHPackages © 2026

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