Package Data | |
---|---|
Maintainer Username: | caioladislau |
Maintainer Contact: | caiolaszlo@gmail.com (Caio Ladislau) |
Package Create Date: | 2016-01-23 |
Package Last Update: | 2016-10-25 |
Home Page: | |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2025-04-25 15:16:21 |
Package Statistics | |
---|---|
Total Downloads: | 182 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 1 |
Total Open Issues: | 0 |
This project was created to facilitate the use of FPDF library in Laravel 5. Through FPDF you can create documents in PDF format simple and intuitive way.
You need include "ladislau/fpdf": "1.0.*"
on your composer.jon require-dev and run:
$ php artisan composer update
Use simply:
$pdf = new \Ladislau\Fpdf\FPDF;
Thank you for considering contributing to the FPDF Laravel 5!