jjsoft-ar/siges-ui
Composer 安装命令:
composer require jjsoft-ar/siges-ui
包简介
UI interface for SiGEs Platform
README 文档
README
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.
Install
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
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.sigesui.dashboard'); });
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
This template is a modified version of gentelella template.
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please tell us https://github.com/jjsoft-ar/siges-ui/issues.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-22