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

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

webelightdev/laravel-slider
===========================

configer slider from UI

v1.1.0(8y ago)131.0k5[2 issues](https://github.com/webelightdev/laravel-slider/issues)MITPHP

Since Nov 21Pushed 8y ago3 watchersCompare

[ Source](https://github.com/webelightdev/laravel-slider)[ Packagist](https://packagist.org/packages/webelightdev/laravel-slider)[ RSS](/packages/webelightdev-laravel-slider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

laravel-slider
==============

[](#laravel-slider)

Image slider using Laravel

#### Demo

[](#demo)

[![new1 1](https://user-images.githubusercontent.com/32864560/33128148-5c004364-cfb1-11e7-85bf-e88744636157.png)](https://user-images.githubusercontent.com/32864560/33128148-5c004364-cfb1-11e7-85bf-e88744636157.png)

#### Preview

[](#preview)

[![new2 1](https://user-images.githubusercontent.com/32864560/33128164-69ca895a-cfb1-11e7-97fb-ff8dbf9558ef.png)](https://user-images.githubusercontent.com/32864560/33128164-69ca895a-cfb1-11e7-97fb-ff8dbf9558ef.png)

Following are the step to configure Image Slider
------------------------------------------------

[](#following-are-the-step-to-configure-image-slider)

### Step 1:Laravel slider plugin requires the following components to work correctly

[](#step-1laravel-slider-plugin-requires-the-following-components-to-work-correctly)

```
Intervention Image

```

#### Step 2:copy vendor using composer

[](#step-2copy-vendor-using-composer)

```
composer require webelightdev/laravel-slider dev-master

Or, you may manually update require block and run `composer update`

"require": {

    "webelightdev/laravel-slider": "dev-master"
}

'composer update' will be required.

```

#### step 3: Once Laravel Slider is installed, You need to register the Service Provider in `config/app.php` Add following in `providers` list

[](#step-3-once-laravel-slider-is-installed-you-need-to-register-the-service-provider-in-configappphp-add-following-in-providers-list)

```
'providers' => [
 // ...
    Webelightdev\LaravelSlider\ImageSliderServiceProvider::class,
 // ...

]

```

#### step 4: To publish the Config, Migration, Service Provider and Facades Run

[](#step-4-to-publish-the-config-migration-service-provider-and-facades-run)

```
php artisan vendor:publish

```

#### step 5: Finally, run migration to generate table Run

[](#step-5-finally-run-migration-to-generate-table-run)

```
php artisan migrate

```

#### step 6: This packager Required Auth login if you don't have Auth login Run

[](#step-6-this-packager-required-auth-login-if-you-dont-have-auth-login-run)

```
php artisan make:auth
php artisan migrate

```

#### step 7: Add following link in your blade file for load CSS and Javasript

[](#step-7-add-following-link-in-your-blade-file-for-load-css-and-javasript)

```

```

#### you can view laravel slider by writing:

[](#you-can-view-laravel-slider-by-writing)

localhost/yourapp/slider

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 98.4% 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 ~75 days

Total

2

Last Release

3017d ago

### Community

Maintainers

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

---

Top Contributors

[![JBavaliya](https://avatars.githubusercontent.com/u/32864560?v=4)](https://github.com/JBavaliya "JBavaliya (62 commits)")[![yashbarot](https://avatars.githubusercontent.com/u/6562115?v=4)](https://github.com/yashbarot "yashbarot (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravolt/avatar

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

2.0k5.4M31](/packages/laravolt-avatar)[beyondcode/laravel-favicon

Create dynamic favicons based on your environment settings.

37345.5k](/packages/beyondcode-laravel-favicon)[yohang88/letter-avatar

Generate user avatar using name initials letter.

126529.5k2](/packages/yohang88-letter-avatar)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)[a6digital/laravel-default-profile-image

Laravel package to create default profile image using name of user.

41319.9k](/packages/a6digital-laravel-default-profile-image)[consoletvs/support

ConsoleTVs support library

27300.4k8](/packages/consoletvs-support)

PHPackages © 2026

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