From 5d022e4a3ae4d50ae9cd37ff97c6219b299c0df8 Mon Sep 17 00:00:00 2001 From: Verum Consilium Date: Thu, 12 Apr 2018 03:36:58 -0500 Subject: [PATCH] Add link to laravel driver (#175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, I really like your package and we often use it with Laravel so I thought it would be nice to have a Laravel implementation that made certain tasks easier, such as returning a response with the output file inline or as a download or storing the file as you would with Laravel's own storage drivers. Please consider reviewing my implementation and offering it as an alternative to Laravel users. Keep up with the awesome job 👍🏻 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e9abd6a..8052581d 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ Browsershot::url('https://example.com')->bodyHtml(); // returns the html of the Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource). +## Framework implementations + +* Laravel: [laravel-browsershot](https://github.com/verumconsilium/laravel-browsershot) + ## Requirements