测试
This commit is contained in:
@@ -13,9 +13,10 @@
|
|||||||
"encore/laravel-admin": "^1.8",
|
"encore/laravel-admin": "^1.8",
|
||||||
"fideloper/proxy": "^4.0",
|
"fideloper/proxy": "^4.0",
|
||||||
"laravel-admin-ext/config": "^1.1",
|
"laravel-admin-ext/config": "^1.1",
|
||||||
|
"laravel-admin-ext/cropper": "^1.0",
|
||||||
"laravel/framework": "^7.0",
|
"laravel/framework": "^7.0",
|
||||||
"laravelium/sitemap": "^7.0",
|
"laravel/tinker": "^2.0",
|
||||||
"laravel/tinker": "^2.0"
|
"laravelium/sitemap": "^7.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"facade/ignition": "^2.0",
|
"facade/ignition": "^2.0",
|
||||||
|
|||||||
66
composer.lock
generated
66
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "3430c9f397b8616be0e55d1743f46592",
|
"content-hash": "0d1bf392270c9fd3638c5d0d850d153b",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
@@ -1091,6 +1091,70 @@
|
|||||||
},
|
},
|
||||||
"time": "2019-12-11T02:31:22+00:00"
|
"time": "2019-12-11T02:31:22+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "laravel-admin-ext/cropper",
|
||||||
|
"version": "1.0.6",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/laravel-admin-extensions/cropper.git",
|
||||||
|
"reference": "9af669d6e7f4a7c4d45322ca14065a910f24af93"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/laravel-admin-extensions/cropper/zipball/9af669d6e7f4a7c4d45322ca14065a910f24af93",
|
||||||
|
"reference": "9af669d6e7f4a7c4d45322ca14065a910f24af93",
|
||||||
|
"shasum": "",
|
||||||
|
"mirrors": [
|
||||||
|
{
|
||||||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||||||
|
"preferred": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"encore/laravel-admin": "~1.6",
|
||||||
|
"php": ">=7.0.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "~6.0"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"laravel": {
|
||||||
|
"providers": [
|
||||||
|
"Encore\\Cropper\\CropperServiceProvider"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Encore\\Cropper\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "EVA09",
|
||||||
|
"email": "940173803@qq.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Integrate Cropper into laravel-admin",
|
||||||
|
"homepage": "https://github.com/laravel-admin-extensions/cropper",
|
||||||
|
"keywords": [
|
||||||
|
"cropper",
|
||||||
|
"extension",
|
||||||
|
"image",
|
||||||
|
"laravel-admin"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/laravel-admin-extensions/cropper/issues",
|
||||||
|
"source": "https://github.com/laravel-admin-extensions/cropper/tree/1.0.6"
|
||||||
|
},
|
||||||
|
"time": "2020-07-14T08:00:32+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/framework",
|
"name": "laravel/framework",
|
||||||
"version": "v7.30.6",
|
"version": "v7.30.6",
|
||||||
|
|||||||
@@ -405,5 +405,10 @@ return [
|
|||||||
],
|
],
|
||||||
'field_type' => 'ueditor',
|
'field_type' => 'ueditor',
|
||||||
],
|
],
|
||||||
|
'cropper' => [
|
||||||
|
|
||||||
|
// 如果要关掉这个扩展,设置为false
|
||||||
|
'enable' => true,
|
||||||
|
]
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user