Images Upload According To Category - development

Images Upload According To Category

Laravel Version: 5.6.0
Voyager Version: dev-1.x-dev
PHP Version: 7.2.1

Description:

I want to upload multiple images to different folders depending on the image category (ex Car / Van). Inside of each image category folder there should be folders for thumbs, medium and cropped. And also the name of the uploaded file should be changed to (category name-timestamp.extension). I googled for this and also looked at videos in youtube without any luck. Can someone help me with this.



from Laravel Questions and Answers https://laravelquestions.com/laravel/images-upload-according-to-category/
via Lzo Media

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

ng-include of inline SVG does not display gradient except in Chrome

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development