File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ You can install this plugin into your CakePHP application using [composer](https
6
6
7
7
The recommended way to install composer packages is:
8
8
9
- ## From packagist
9
+ ## 🐘 From packagist
10
10
11
11
```
12
12
composer require maymeow/file-upload
13
13
```
14
14
15
- ## From my server
15
+ ## 🛡 From my server
16
16
17
17
Add to ` composer.json ` following repository
18
18
@@ -95,4 +95,19 @@ public function add()
95
95
}
96
96
$this->set(compact('file'));
97
97
}
98
- ```
98
+ ```
99
+
100
+ ## 🎯 Direction
101
+
102
+ * [x] Configurable field name
103
+ * [x] Configurable path to storage
104
+ * [x] Allowed file types
105
+ * [ ] Multiple file upload
106
+ * [ ] File Size
107
+ * [ ] Factory with most common file types
108
+
109
+ 💡 If you have more ideas then you can post issue on porect's GitHub page.
110
+
111
+ ## License
112
+
113
+ MIT
You can’t perform that action at this time.
0 commit comments