Maximos
Maximos
Have some problem. With GD-driver (without call ```Image::configure(['driver' => 'imagick']);```) all is fine with same path to image.
- Laravel 7.30.6 - PHP 7.4.29 Same problem. I just using QueryBuilder as `$resource` and paginate this: ```php class BarCollectionSearchResource extends ResourceCollection { protected YandexSearchDTO $dto; public function __construct(YandexSearchDTO $dto)...
By the way, just checked, for jpg too.
I have php 8.1.5 and still got same problem :(
I dont understand, how fix this :(
Nope :) 
> You can use [MediaConversions](https://spatie.be/docs/laravel-medialibrary/v11/converting-images/defining-conversions) No, i dont want store fat original file. Spatie says about it here https://github.com/spatie/laravel-medialibrary/discussions/3447#discussioncomment-7887621 I want add already optimized file.
A bit off topic, but could you please tell me how I can use nuxt `useFetch` while still having all the functionality of `useSanctumFetch` (so that cookies etc. are automatically...