Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

verumconsilium/admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Admin Panel

This package is intended to help with the speed of development of new sites that require some type of administration panel

Feel free to use this package if it is of any use to you

Installation

The admin panel works on top of Laravel's Authentication so in order to use the package you will need to create the Laravel Authentication with the next command:

php artisan make:auth

To install the package first you'll need to require it trough composer

composer require verumconsilium/admin

Once you've installed the package the next step is to register the Service Provider. Add the next element to the providers array in your config/app.php file

'providers' => [
  
  VerumConsilium\Admin\AdminServiceProvider::class,
  
]

About

Admin panel blueprint based on Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages