Skip to content

DomPDF is a PHP library that converts HTML web pages into high-quality PDFs. It understands CSS and lets you customize the layout and styling of your PDFs using familiar HTML and CSS techniques.

natthasath/demo-laravel-generate-pdf

Repository files navigation

🎉 DEMO Laravel Generate PDF

DomPDF is a PHP library that converts HTML web pages into high-quality PDFs. It understands CSS and lets you customize the layout and styling of your PDFs using familiar HTML and CSS techniques.

version rating uptime

🚀 Setup

  • Install Package
composer require barryvdh/laravel-dompdf
  • Configure Environment
cp .env.example .env
  • Migrate
php artisan breeze:install
 
php artisan migrate
npm install
npm run dev

🏆 Run

php artisan serve

About

DomPDF is a PHP library that converts HTML web pages into high-quality PDFs. It understands CSS and lets you customize the layout and styling of your PDFs using familiar HTML and CSS techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages