PHPackages                             mu-electronics/admin-template - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. mu-electronics/admin-template

ActiveLibrary[Admin Panels](/categories/admin)

mu-electronics/admin-template
=============================

The provides a theme into a laravel application that suits manchester university

0341JavaScript

Since Nov 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mu-electronics/admin-template)[ Packagist](https://packagist.org/packages/mu-electronics/admin-template)[ RSS](/packages/mu-electronics-admin-template/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Admin Template For Manchester University
========================================

[](#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
===============

[](#install-and-use)

**Download the packages**

```
 $ composer require "mu-electronics/admin-template:dev-master"
 $ composer require "illuminate/html:~5.0"
```

**Add the template package to Laravel's service providers (config/app.php)**

*For &lt; 5.1*

```
MUElectronics\adminTemplate\app\Providers\AdminTemplate::class,
```

*For &gt; 5.1*

```
"MUElectronics\adminTemplate\app\Providers\AdminTemplate",
```

**Add Laravel's HTML/FORM package into Laravel's service providers (config/app.php)**

*For &lt; 5.1 into providers array*

```
Illuminate\Html\HtmlServiceProvider::class,
```

*For &gt; 5.1 into providers array*

```
"MUElectronics\adminTemplate\app\Providers\AdminTemplate",
```

**Add packages into Laravel's aliases array**

*For &lt; 5.1 into providers array*

```
'Form'      => Illuminate\Html\FormFacade::class,
'Html'      => Illuminate\Html\HtmlFacade::class,
```

*For &gt; 5.1 into providers array*

```
'Form'      => 'Illuminate\Html\FormFacade',
'Html'      => 'Illuminate\Html\HtmlFacade',
```

**Run the below command to publish package files**

```
php artisan vendor:publish --force
```

Usage
=====

[](#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.

```
    Route::get('/', function () {
        return view('vendor.manchesterTemplate.dashboard');
    });
```

Contribution
============

[](#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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c2ac7989c1daa4317e33a18db1158df49b0a0079eccb8dceb3b3d00897f9aa00?d=identicon)[motters](/maintainers/motters)

### Embed Badge

![Health badge](/badges/mu-electronics-admin-template/health.svg)

```
[![Health](https://phpackages.com/badges/mu-electronics-admin-template/health.svg)](https://phpackages.com/packages/mu-electronics-admin-template)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
