meccado/acl-admin-control-panel

ACL Admin Control Panel

1.0.9 2017-02-03 17:42 UTC

This package is auto-updated.

Last update: 2024-03-28 19:23:42 UTC


README

============================================

Latest Stable Version Total Downloads Latest Unstable Version

Introduction

Overview

Install & Configure

with Composer
 $ composer require "meccado/acl-admin-control-panel"

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

 /*
  * Acl Admin Control Panel template service provider
  */
Meccado\AclAdminControlPanel\AclAdminControlPanelServiceProvider::class,
Publish files with:
$ php artisan vendor:publish  --force --provider="Meccado\AclAdminControlPanel\AclAdminControlPanelServiceProvider"
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

License

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