mu-electronics/admin-template
Admin Template For Manchester University
This package is designed to apply a quick and easy template into a laravel application
The idea is for all electronics web applications to use this template/package. This should make it easier to keep multiple applications up to date and enable quicker development.
Install and Use
Download the packages
Add the template package to Laravel's service providers (config/app.php)
For < 5.1
For > 5.1
Add Laravel's HTML/FORM package into Laravel's service providers (config/app.php)
For < 5.1 into providers array
For > 5.1 into providers array
Add packages into Laravel's aliases array
For < 5.1 into providers array
For > 5.1 into providers array
Run the below command to publish package files
Usage
@todo check this
Taking a new install of laravel open up routes file and past in the below. Navigate to your laravel url and enjoy the template.
Contribution
This template is a modified version of gentelella template.
Modifications include:
- Colours to match The University of Manchester colours.
- Addition of JS libraries etc
- Addition of CSS etc
- Images
Related Packages
Theme will help you organize your themes inside Laravel projects easily and main...