Skip to content

Commit 539a4eb

Browse files
committed
Add indormations to readme
1 parent d49cc69 commit 539a4eb

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ You can install this plugin into your CakePHP application using [composer](https
66

77
The recommended way to install composer packages is:
88

9-
## From packagist
9+
## 🐘 From packagist
1010

1111
```
1212
composer require maymeow/file-upload
1313
```
1414

15-
## From my server
15+
## 🛡 From my server
1616

1717
Add to `composer.json` following repository
1818

@@ -95,4 +95,19 @@ public function add()
9595
}
9696
$this->set(compact('file'));
9797
}
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

0 commit comments

Comments
 (0)