brandonsavage / Upload

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

how use this in laravel #103

Open jihuago opened 7 years ago

jihuago commented 7 years ago

how install in laravel 5.2

adelowo commented 7 years ago

Laravel comes with file uploading (and validation) by default . https://laravel.com/docs/5.4/filesystem#file-uploads.

Is there any specific reason you'd want to use this instead ?

jihuago commented 7 years ago

I think laravel upload method is not convenient to me,because Laravel upload need to write more code and upload multiple file need to more coding

adelowo commented 7 years ago

OK.. Installing in Laravel is the same for a non Laravel project.. Just composer require