Level 122
Jan 16, 2020
1
Level 9
Upload image and resize
Laravel 6
I have a few questions:
-
What is the best way to upload a photo using the form and save it, e.g. in /storage/app/public/files/users/user_id/image.jpg?
-
How to resize a photo and save its thumbnail, e.g. in /storage/app/public/files/users/user_id/image_thumbnail_150_150.jpg?
-
What functions built into laravel to use or external libraries?
Please or to participate in this conversation.