matuskm
Results
2
issues of
matuskm
In Laravel 8 isn't working _config/image.php_. It is still using the GD library. I have to use imagick for HEIF images. But I added this `Image::configure(array('driver' => 'imagick'));` in function...
Is it possible to utilize meta for a relationship with another table? For example, I have a "products" table and metadata where the "key" is "mistake" and the value is...
question