Skip to content

Commit

Permalink
Add link to laravel driver (#175)
Browse files Browse the repository at this point in the history
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 👍🏻
  • Loading branch information
Verum Consilium authored and freekmurze committed Apr 12, 2018
1 parent 3830660 commit 5d022e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d022e4

Please sign in to comment.