Answer the question
In order to leave comments, you need to log in
Laravel. How to work with images?
Good afternoon. I am writing a product catalog in laravel. I can not figure out how and with what help to work with images (crop, resize).
Answer the question
In order to leave comments, you need to log in
https://github.com/Intervention/image
https://github.com/spatie/laravel-glide
Laravel Stapler https://github.com/CodeSleeve/laravel-stapler. A very handy module. You set up the model, specify the dimensions of the images. Convenient loading.<img src="<?= $user->avatar->url('medium') ?>" >
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question