gkr / apps
App of Gkr Packages
dev-master / 1.0.x-dev
2017-04-25 06:14 UTC
Requires
- php: ^5.5.9 || ^7.0
- gkr/support: dev-master
- illuminate/console: 5.4.*|5.5.*
- illuminate/container: 5.4.*|5.5.*
- illuminate/support: 5.4.*|5.5.*
This package is auto-updated.
Last update: 2024-11-22 10:03:17 UTC
README
安装
通过Composer安装,运行以下命令:
composer require gkr/app
注册服务提供者
Next add the following service provider in config/app.php
.
'providers' => [ Gkr\Support\SupportServiceProvider::class, ],
文档
网站: http://gkr.io
License
The MIT License (MIT). Please see License File for more information.