brandonsavage / Upload

File uploads with validation and storage strategies
MIT License
1.67k stars 315 forks source link

Fatal error: Uncaught Error: Class 'Upload\Storage\FileSystem' not found #98

Open yongloon opened 7 years ago

yongloon commented 7 years ago

How to fix this error? I had installed composer and library... but facing this issue...

arthusu commented 7 years ago

Install with composer! -> composer require codeguy/upload example:

require 'autoload.php';

and use!