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

This package is not auto-updated.

Last update: 2024-04-19 07:49:51 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!