0 Star 0 Fork 0

IT大叔 / laravel-admin-plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
leno 提交于 2017-06-23 17:09 . '处理bug'
{
"name": "itdashu/laravel-admin-plus",
"description": "laravel admin plus",
"type": "library",
"keywords": ["laravel", "admin", "grid", "chart", "form"],
"homepage": "https://git.oschina.net/itdashu/laravel-admin-plus",
"license": "MIT",
"authors": [
{
"name": "zsong",
"email": "zosong@126.com"
},
{
"name": "leno",
"email": "leno@itdashu.com"
}
],
"require": {
"php": ">=5.6.4",
"symfony/dom-crawler": "3.1.*",
"laravel/framework": "5.4.*"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"laravel/laravel": "5.4.*",
"symfony/css-selector": "2.8.*|3.0.*",
"fzaninotto/faker": "~1.4",
"intervention/image": "~2.3"
},
"autoload": {
"psr-4": {
"Encore\\Admin\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\Models\\": "tests/models",
"Tests\\Controllers\\": "tests/controllers"
},
"classmap": [
"tests/TestCase.php"
]
},
"suggest": {
"intervention/image": "Required to handling and manipulation upload images (~2.3).",
"spatie/eloquent-sortable": "Required to built orderable gird."
}
}
PHP
1
https://gitee.com/itdashu/laravel-admin-plus.git
git@gitee.com:itdashu/laravel-admin-plus.git
itdashu
laravel-admin-plus
laravel-admin-plus
master

搜索帮助