2017 © Pedro Peláez
 

library laravel-slider

configer slider from UI

image

webelightdev/laravel-slider

configer slider from UI

  • Tuesday, February 20, 2018
  • by yashbarot
  • Repository
  • 3 Watchers
  • 4 Stars
  • 122 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 77 % Grown

The README.md

laravel-slider

Image slider using Laravel, (*1)

Demo

new1 1, (*2)

Preview

new2 1, (*3)

Following are the step to configure Image Slider

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

Intervention Image

Step 2:copy 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

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

]

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

php artisan migrate

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

php artisan make:auth
php artisan migrate
   <script src="{{ asset('vendor/assets/js/custome.js') }}"></script>
   <link href="{{ asset('vendor/assets/css/custome.css') }}" rel="stylesheet">

you can view laravel slider by writing:

localhost/yourapp/slider, (*4)

The Versions

20/02 2018

dev-master

9999999-dev

configer slider from UI

  Sources   Download

MIT

The Requires

 

by jitendrabavliya

14/02 2018

v1.1.1

1.1.1.0

configer slider from UI

  Sources   Download

MIT

The Requires

 

by jitendrabavliya

05/02 2018

v1.1.0

1.1.0.0

configer slider from UI

  Sources   Download

MIT

The Requires

 

by jitendrabavliya

21/11 2017

v1.0.0

1.0.0.0

configer slider from UI

  Sources   Download

MIT

The Requires

 

by jitendrabavliya