https://dev.to/asciiden #introduction Introduction https://github.com/spatie/browsershot is a software by Spatie that converts a webpage into an image or PDF by utilising a headless instance of Chrome. In this post, you will learn how to install it in your Laravel application and use it.
Laravel 8 application up and running
This will update the dependency list in your composer.json file and install browsershot in your vendor directory.
In this post you learned how to use Browsershot to make screenshots of website from your Laravel application.