PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahidul Hasan   Laravel and PHP HTML to PDF converter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel and PHP HTML to PDF converter
Generate PDF documents from HTML using wkhtmltopdf
Author: By
Last change:
Date: 5 years ago
Size: 767 bytes
 

Contents

Class file image Download
{ "name": "nahidulhasan/html2pdf", "description": "A Simple package for easily generating PDF documents from HTML.This package is specially for laravel but you can use this without laravel.", "license": "MIT", "authors": [ { "name": "Nahidul Hasan", "email": "nahidul.cse@gmail.com" } ], "minimum-stability": "dev", "require": {}, "autoload": { "psr-4": { "NahidulHasan\\Html2pdf\\": "src/" } }, "extra": { "laravel": { "providers": [ "NahidulHasan\\Html2pdf\\Html2pdfServiceProvider" ], "aliases": { "Pdf": "NahidulHasan\\Html2pdf\\Facades\\Pdf" } } } }