meccado / acl-admin-control-panel by Moeketsi

ACL Admin Control Panel
292
1
2
Package Data
Maintainer Username: Moeketsi
Maintainer Contact: tsw603gp@gmail.com (Meccado)
Package Create Date: 2016-05-15
Package Last Update: 2017-02-03
Language: HTML
License: MIT
Last Refreshed: 2024-05-11 03:01:59
Package Statistics
Total Downloads: 292
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Acl Admin- Control Panel Laravel 5 package

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

Latest Stable Version Total Downloads Latest Unstable Version

Introduction

Overview

  • The project was forked from [almasaeed2010/AdminLTE] (https://github.com/almasaeed2010/AdminLTE)

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.