verumconsilium / laravel-browsershot

Browsershot wrapper for Laravel 5
MIT License
111 stars 20 forks source link

Update spatie/browsershot dependency to handle new Puppeteer changes #21

Open darkons opened 4 years ago

darkons commented 4 years ago

Puppeteer 5.0 comes with some changes that actual version of laravel-browsershot can't handle.

Related pull request of important method https://github.com/spatie/browsershot/pull/411