It has a banner management panel to manage site banners.
solvercircle/scbanner is a Laravel package for it has a banner management panel to manage site banners..
It currently has 6 GitHub stars and 34 downloads on Packagist.
Install it with composer require solvercircle/scbanner.
Discover more Laravel packages by solvercircle
or browse all Laravel packages to compare alternatives.
Last updated
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.
php artisan scbanner:install
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.
To display banners as slide show, you just need to call the following function in your laravel view or layout.
Solvercircle\Scbanner\BannerUI::display();
To get more information including screen shots and other details, you can visit here.