Andrew Mark
Results
2
issues of
Andrew Mark
I am Implementing code as such: Image::open($target_path . '/' . $imageName)->merge(Image::open($source_path)->scaleResize('',$h_o))->save($target_path . '/' . $imageName, 'jpg'); In this scenario I am taking a 16:9 image (already Created) $target_path, taking a...
Hi I was wondering if this package could somehow be adapted to work with a team of developers (3-5 for example) that are each working on a Laravel application on...