2017 © Pedro Peláez
 

library scbanner

It has a banner management panel to manage site banners.

image

solvercircle/scbanner

It has a banner management panel to manage site banners.

  • Tuesday, July 22, 2014
  • by solvercircle
  • Repository
  • 1 Watchers
  • 4 Stars
  • 34 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel Banner Carousel Slider

This laravel package gives a banner management panel for a website. Also, it gives functionality for representing/displaying the managed banners as slide show in the website., (*1)

How to Install

  1. Download the package through composer by adding "solvercircle/scbanner": "dev-master" in your project's composer.json
  2. add 'Solvercircle\Scbanner\ScbannerServiceProvider' in the providers array under app.php config file
  3. Run the following command
php artisan scbanner:install

Usage

You will get the banner management panel at http://yoursite/banners url. After installing, you need to set the settings for the banners of your site at first. You can do that on http://localhost/banners/settings url. Atleast you must set the File Upload Path there at first., (*2)

To display banners as slide show, you just need to call the following function in your laravel view or layout., (*3)

Solvercircle\Scbanner\BannerUI::display();

To get more information including screen shots and other details, you can visit here., (*4)

The Versions

22/07 2014

dev-master

9999999-dev

It has a banner management panel to manage site banners.

  Sources   Download

The Requires

 

by Avatar solvercircle

laravel banner carousel