| Package Data | |
|---|---|
| Maintainer Username: | aguaragazu |
| Maintainer Contact: | josecgallo@gmail.com (Jose C Gallo) |
| Package Create Date: | 2016-05-20 |
| Package Last Update: | 2016-06-27 |
| Language: | JavaScript |
| License: | MIT |
| Last Refreshed: | 2025-11-01 15:00:48 |
| Package Statistics | |
|---|---|
| Total Downloads: | 17 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
This package is designed to apply a quick and easy packages into a laravel application.
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.
Via Composer
$ composer require jjsoft-ar/siges-ui
Add the template package to Laravel's service providers (config/app.php)
For <= 5.1
JJSoft\SigesUI\Providers\SigesUIServiceProvider::class,
For > 5.1
"JJSoft\SigesUI\Providers\SigesUIServiceProvider",
Run the below command to publish package files
php artisan vendor:publish --force
@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.sigesui.dashboard');
});
Please see CHANGELOG for more information what has changed recently.
This template is a modified version of gentelella template.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please tell us https://github.com/jjsoft-ar/siges-ui/issues.
The MIT License (MIT). Please see License File for more information.