Skip to content

Commit 45cdfe9

Browse files
committed
s
1 parent 6eeee0d commit 45cdfe9

File tree

5 files changed

+994
-0
lines changed

5 files changed

+994
-0
lines changed

CHANGELOG.md

Whitespace-only changes.

README 2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
### Easy Upload Fils

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "qusai/easy-upload-files",
3+
"description": "to make uploading files very easy",
4+
"type": "library",
5+
"require": {
6+
"illuminate/support": "8.x-dev",
7+
"php": "^7.3"
8+
},
9+
"autoload": {
10+
"psr-4": {
11+
"Qusai\\Upload\\":"src"
12+
}
13+
},
14+
"license": "MIT",
15+
"authors": [
16+
{
17+
"name": "Qusaix",
18+
"email": "qusaiznemat6@gmail.com"
19+
}
20+
],
21+
"minimum-stability": "dev"
22+
}

0 commit comments

Comments
 (0)