Open MusabAkram opened 5 years ago
I'm using screenshot to generate image of the view I created.
here is the code for what I'm doing,
use VerumConsilium\Browsershot\Facades\Screenshot; return Screenshot::loadView('promoImage') ->useJPG()->download();
This gives error => exceeded the timeout of 60 seconds
works fine when converting view to PDF.
Did you ever figure out why it times out? I'm having the same issue in my project
I'm using screenshot to generate image of the view I created.
here is the code for what I'm doing,
This gives error => exceeded the timeout of 60 seconds
works fine when converting view to PDF.