meccado / acl-admin-control-panel
ACL Admin Control Panel
Installs: 304
Dependents: 5
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
README
============================================
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.