Laravel
Laravel package of RenderPDF.io
We ship a Laravel package that provides easy integration with RenderPDF.io
GitHub: https://github.com/renderpdf-io/renderpdf-laravel
Requirement
PHP 8.1 and above
Laravel 10 and above
Installation
Note: for Laravel 10 users, you need to install GuzzleHTTP
too.
Add the services.renderpdf-io.key
config into your config/services.php
(required):
Usage
Facade style
Simply use the RenderPdfIo
facade
Dependency Injection style
In case you want to use DI style, we got you:
See all the available options here: RenderPdfOptions.php
Last updated