Skip to content

Commit

Permalink
初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
王园正 committed Dec 22, 2018
0 parents commit f83e226
Show file tree
Hide file tree
Showing 33 changed files with 18,839 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
@@ -0,0 +1,7 @@
.DS_Store
phpunit.phar
/vendor
composer.phar
composer.lock
*.project
.idea/
20 changes: 20 additions & 0 deletions LICENSE
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2015 Jens Segers

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 changes: 8 additions & 0 deletions README.md
@@ -0,0 +1,8 @@
laravel-admin extension
======
扩展laravel-admin,web直传阿里OSS(file,image,editor)

### 安装



34 changes: 34 additions & 0 deletions composer.json
@@ -0,0 +1,34 @@
{
"name": "airan/alioss-form",
"description": "laravel-admin扩展,web直传阿里OSS(file,image,editor)",
"type": "library",
"keywords": ["laravel-admin", "extension"],
"homepage": "https://github.com/airan/alioss-form",
"license": "MIT",
"authors": [
{
"name": "airan",
"email": "airan587@163.com"
}
],
"require": {
"php": ">=7.0.0",
"encore/laravel-admin": "~1.6"
},
"require-dev": {
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
"Airan\\AliOssForm\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Airan\\AliOssForm\\AliOssFormServiceProvider"
]

}
}
}
2 changes: 2 additions & 0 deletions resources/assets/Sortable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added resources/assets/plupload-2.1.2/js/Moxie.swf
Binary file not shown.
Binary file added resources/assets/plupload-2.1.2/js/Moxie.xap
Binary file not shown.

0 comments on commit f83e226

Please sign in to comment.