skittery
skittery
You're right. Bad habit I do sometimes. Though I have another weird issue. This is my code: ``` $url = 'https://github.com'; $screenCapture = new Capture($url); $screenCapture->setWidth(1200); $screenCapture->setHeight(800); $screenCapture->setImageType('png'); $fileLocation =...
We might be getting somewhere. I added this: `$screenCapture->binPath = '/vendor/microweber/screen/bin/';` And now the error changed to `PhantomJsException in Capture.php line 259: The system cannot find the path specified.`
Didn't work. It's something to do with the way it reads the path. When adding: `$screenCapture->binPath = '/vendor/microweber/screen/bin/';` The error is: `The system cannot find the path specified.` Just for...
Hi @AndrewFeeney Thanks a lot for replying to this. I actually still do need this functionality so I wanted to give it another shot. I installed a brand new Laravel...
Wow, Spatie seems excellent. Thanks a lot for that! On Tue, Sep 10, 2019 at 11:39 PM Andrew Feeney wrote: > @skittery Yes, I noticed shortly after I > posted...