Download the PHP package edofre/laravel-slider-pro without Composer
On this page you can find all versions of the php package edofre/laravel-slider-pro. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download edofre/laravel-slider-pro
More information about edofre/laravel-slider-pro
Files in edofre/laravel-slider-pro
Package laravel-slider-pro
Short Description Laravel widget for slider-pro
License MIT
Homepage https://github.com/edofre/laravel-slider-pro
Informations about the package laravel-slider-pro
Laravel slider-pro widget
Installation
The preferred way to install this extension is through composer.
To install, either run
or add
to the section of your composer.json
file.
Note
The fxp/composer-asset plugin is required for this package to install properly. This plugin enables you to download bower packages through composer.
You can install it using this command:
This will add the fxp composer-asset-plugin and your composer will be able to find and download the required bower-asset/slider-pro package. You can find more info on this page: https://packagist.org/packages/fxp/composer-asset-plugin.
Configuration
Add the ServiceProvider to your config/app.php
And add the facade
Publish assets
Publish the assets
Usage
Not all available modules are available as objects, these will be implemented at a later date, if you need exact/precise control please use the second method of creating the slider.
The following 2 ways are available to instantiate the slider:
1. You can use either the supplied php classes to generate the HTML
WIP
2. Or you can create your own HTML code to generate the slider
Tests
Run the tests by executing the following command: