Download the PHP package lighth7015/tcpdf-laravel without Composer
On this page you can find all versions of the php package lighth7015/tcpdf-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lighth7015/tcpdf-laravel
More information about lighth7015/tcpdf-laravel
Files in lighth7015/tcpdf-laravel
Download lighth7015/tcpdf-laravel
More information about lighth7015/tcpdf-laravel
Files in lighth7015/tcpdf-laravel
Please rate this library. Is it a good library?
Informations about the package tcpdf-laravel
Laravel 5.3 TCPDF
Forked from: verwer/tcpdf-laravel
Installation
Require package using
Usage
Create a view in resources/views/
. You can use all TCPDF methods with the PDF
facade.
Close each view with
In your controller use
to show a PDF file inline, or
to force the user to download the file.
For a list of all available function take a look at the TCPDF Documentation
Configuration
Laravel-TCPDF comes with some basic configuration. If you want to override the defaults, you can publish the config, like so:
php artisan vendor:publish
Now access config/tcpdf.php
to customize.
All versions of tcpdf-laravel with dependencies
PHP Build Version
Package Version
The package lighth7015/tcpdf-laravel contains the following files
Loading the files please wait ....