A
A
Alexey Daletskiy2015-09-13 13:13:17
Images
Alexey Daletskiy, 2015-09-13 13:13:17

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

2 answer(s)
J
JhaoDa, 2015-09-13
@daletskiy

https://github.com/Intervention/image
https://github.com/spatie/laravel-glide

N
Nikita Kiselev, 2015-09-13
@FatalStrike

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 question

Ask a Question

731 491 924 answers to any question