gkrio / themes
themes for laravel
dev-master / 1.0.x-dev
2017-04-25 07:11 UTC
Requires
- php: ^5.5.9 || ^7.0
- gkr/apps: dev-master
- gkr/support: dev-master
- illuminate/config: ^5.1
- illuminate/console: ^5.1
- illuminate/container: ^5.1
- illuminate/filesystem: ^5.1
- illuminate/support: ^5.1
- illuminate/translation: ^5.1
- illuminate/view: ^5.1
- symfony/finder: ^3.2
This package is auto-updated.
Last update: 2024-11-22 10:07:40 UTC
README
安装
通过Composer安装,运行以下命令:
composer require gkr/support
注册服务提供者
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.