mu-electronics / admin-template by motters

The provides a theme into a laravel application that suits manchester university
34
0
2
Package Data
Maintainer Username: motters
Maintainer Contact: sam.mottley@manchester.ac.uk (Sam Mottley)
Package Create Date: 2015-08-13
Package Last Update: 2015-11-02
Language: JavaScript
License: GPLv2
Last Refreshed: 2024-04-23 03:06:53
Package Statistics
Total Downloads: 34
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

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