Siges-UI-gentelella
![Software License][ico-license]
![Total Downloads][ico-downloads]
, (*1)
This package is designed to apply a quick and easy packages into a laravel application., (*2)
The idea is for JJSoft-Laravel web applications to use this package. This should make it easier to keep multiple applications up to date and enable quicker development., (*3)
Install
Via Composer, (*4)
``` bash
$ composer require jjsoft-ar/siges-ui, (*5)
**Add the template package to Laravel's service providers (config/app.php)**
*For <= 5.1*
``` php
JJSoft\SigesUI\Providers\SigesUIServiceProvider::class,
For > 5.1
``` php
"JJSoft\SigesUI\Providers\SigesUIServiceProvider",, (*6)
**Run the below command to publish package files**
``` bash
php artisan vendor:publish --force
Usage
@todo check this, (*7)
Taking a new install of laravel open up routes file and past in the below. Navigate to your laravel url and enjoy the template., (*8)
php
Route::get('/', function () {
return view('vendor.sigesui.dashboard');
});, (*9)
Change log
Please see CHANGELOG for more information what has changed recently., (*10)
Contributing
This template is a modified version of gentelella template., (*11)
Please see CONTRIBUTING and CONDUCT for details., (*12)
Security
If you discover any security related issues, please tell us https://github.com/jjsoft-ar/siges-ui/issues., (*13)
Credits
License
The MIT License (MIT). Please see License File for more information., (*14)