meccado / carousel-admin
Laravel Carousel Admin
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
- intervention/image: ^2.3
- laravelcollective/html: ^5.2
- meccado/acl-admin-control-panel: ~1.0
This package is auto-updated.
Last update: 2024-10-28 20:44:45 UTC
README
Install
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 Page & Credentials
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
Usage
$skeleton = new League\Skeleton(); echo $skeleton->echoPhrase('Hello, League!');
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email :author_email instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.