You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,18 @@ composer dump-autoload
38
38
39
39
----
40
40
41
+
## How to import into the project:
42
+
43
+
```php
44
+
use anyFileUpload\FilesUploadAndImageResize as anyFilesUpload;
45
+
```
46
+
47
+
In core PHP just add the autoload.php file to your project like below.
48
+
49
+
```php
50
+
required('.../vendor/autoload.php');
51
+
```
52
+
41
53
## Class option & features:
42
54
43
55
A PHP base class that you can use to upload any file into the server. It is a very lightweight class and highly customizable. You can use this class with any framework or with core PHP.
0 commit comments