2017 © Pedro Peláez
 

library carousel-admin

Laravel Carousel Admin

image

meccado/carousel-admin

Laravel Carousel Admin

  • Friday, February 3, 2017
  • by Moeketsi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 40 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

carousel-admin

Latest Version on Packagist Latest Unstable Version Total Downloads, (*1)

Install

Via Composer, (*2)

``` bash $ composer require "meccado/carousel-admin:~1.0.0", (*3)

To register the Service Provider edit **config/app.php** file and add to providers array:

```php
 /*
  *  Service Provider
  */
  Meccado\CarouselAdmin\CarouselAdminServiceProvider::class,

Publish files with:, (*4)

#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:, (*5)

$ 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

php $skeleton = new League\Skeleton(); echo $skeleton->echoPhrase('Hello, League!');, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

03/02 2017