Jani Technologies Inc.
Results
2
comments of
Jani Technologies Inc.
Those who are looking for a better alternative, much stable and widely used : https://github.com/spatie/browsershot ``` $puppeteer = new Puppeteer; $browser = $puppeteer->launch(['args' => ['--no-sandbox', '--disable-setuid-sandbox']]); $page = $browser->newPage(); $page->goto($url,...
@likunyan This can be the alternative for crawling: https://github.com/spatie/crawler