Hi there,
I'm currently trying to implement a external PHP lib (https://packagist.org/packages/intervention/image) into my EspoCRM.
I intend to use the lib in an entrypoint to resize images on demand.
I already tried multiple things without success
- using composer with "composer require intervention/image" which broke my EspoCRM before I rolled back
- Adding the source code of the lib in a specific folder "Vendor" in my custom extension. When I tried to `use` the `ImageManager`, an error were threw because it couldn't find the class.
Thanks in advance for you help.
Regards,
Firyo.
I'm currently trying to implement a external PHP lib (https://packagist.org/packages/intervention/image) into my EspoCRM.
I intend to use the lib in an entrypoint to resize images on demand.
I already tried multiple things without success
- using composer with "composer require intervention/image" which broke my EspoCRM before I rolled back
- Adding the source code of the lib in a specific folder "Vendor" in my custom extension. When I tried to `use` the `ImageManager`, an error were threw because it couldn't find the class.
Thanks in advance for you help.
Regards,
Firyo.
Comment