Skip to content

Commit 54b5024

Browse files
author
Holger Lösken
committed
Fix reference to Laravel 5, as it works also for 6
1 parent ae262a1 commit 54b5024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Laravel 5 package for Fpdf
1+
# Laravel package for Fpdf
22

33
[![Latest Stable Version](https://poser.pugx.org/codedge/laravel-fpdf/v/stable?format=flat-square)](https://packagist.org/packages/codedge/laravel-fpdf)
44
[![Total Downloads](https://poser.pugx.org/codedge/laravel-fpdf/downloads?format=flat-square)](https://packagist.org/packages/codedge/laravel-fpdf)
55
[![StyleCI](https://styleci.io/repos/59506451/shield)](https://styleci.io/repos/59506451)
66
[![License](https://poser.pugx.org/codedge/laravel-fpdf/license?format=flat-square)](https://packagist.org/packages/codedge/laravel-fpdf)
77

88
This repository implements a simple [ServiceProvider](https://laravel.com/docs/master/providers)
9-
that creates a singleton instance of the Fpdf PDF library - easily accessible via a [Facade](https://laravel.com/docs/master/facades) in [Laravel 5](http://laravel.com).
9+
that creates a singleton instance of the Fpdf PDF library - easily accessible via a [Facade](https://laravel.com/docs/master/facades) in [Laravel](https://laravel.com/).
1010

1111
See [FPDF homepage](http://www.fpdf.org/) for more information about the usage.
1212

0 commit comments

Comments
 (0)