mu-electronics/admin-template

The provides a theme into a laravel application that suits manchester university
34
Install
composer require mu-electronics/admin-template
PHP:>=5.0.0
License:GPLv2
Last Updated:Nov 2, 2015
Links: GitHub  ·  Packagist
Maintainer: motters

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

acacha/adminlte-laravel-installer

Adminlte-laravel application installer.

38,898 16
ty666/laravel-theme

Make laravel support theme

351 3
facuz/laravel-themes

Theme will help you organize your themes inside Laravel projects easily and main...

44,320 137
ganga/laravel-auth-themes

Laravel 5.2 Generator for Authentication themes

271 0
acacha/admin-lte-template-laravel

AdminLTE template applied to Laravel Scaffolding

390,355 1,799