ladislau / fpdf
There is no license information available for the latest version (1.0.6) of this package.
A package which provides FPDF class functionality to Laravel 5
1.0.6
2016-02-02 12:12 UTC
Requires
This package is not auto-updated.
Last update: 2025-01-10 11:14:04 UTC
README
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.
Installation
You need include "ladislau/fpdf": "1.0.*"
on your composer.jon require-dev and run:
$ php artisan composer update
How to use?
Use simply:
$pdf = new \Ladislau\Fpdf\FPDF;
Contributing
Thank you for considering contributing to the FPDF Laravel 5!