Skip to content

Commit fb3a8e8

Browse files
authored
Update README.md
1 parent adb3ffc commit fb3a8e8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ composer dump-autoload
3838

3939
----
4040

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+
4153
## Class option & features:
4254

4355
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

Comments
 (0)