| Package Data | |
|---|---|
| Maintainer Username: | Moeketsi |
| Maintainer Contact: | tsw603gp@gmail.com (Meccado) |
| Package Create Date: | 2016-06-08 |
| Package Last Update: | 2017-02-03 |
| Language: | HTML |
| License: | MIT |
| Last Refreshed: | 2025-11-04 15:04:55 |
| Package Statistics | |
|---|---|
| Total Downloads: | 62 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Via Composer
$ composer require "meccado/carousel-admin:~1.0.0"
To register the Service Provider edit config/app.php file and add to providers array:
/*
* Service Provider
*/
Meccado\CarouselAdmin\CarouselAdminServiceProvider::class,
Publish files with:
#In Laravel =>5.3.x or =>5.4.x or hiegher first run:
$ php artisan make:auth
#then
$ php artisan vendor:publish --force
Migrate & Seed database files with:
$ composer dump-autoload
$ php artisan migrate --seed
Admin Login: http://localhost:8000/admin
Super Admin
User: super@domain.com
Password: password
Admin
User: admin@domain.com
Password: password
General User
User: user@gmail.com
Password: password
$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email :author_email instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.