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-11-19 03:16:00 |
Package Statistics | |
---|---|
Total Downloads: | 34 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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.
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
@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.
This template is a modified version of gentelella template.
Modifications include: