DEV Community

siddharth shukla
siddharth shukla

Posted on

Laravel 6 Generate PDF File

Step 1: Setup Laravel 6
We going to setup laravel 6 projects in our machine

laravel new laravel
Step 2: Install dompdf Package

we will install barryvdh/laravel-dompdf composer package by following composer command in your laravel 6 application.

we need to install barryvdh/laravel-dompdf composer package in our project.

composer require barryvdh/laravel-dompdf

Read Complete Blog: https://realprogrammer.in/laravel-6-generate-pdf-file/

Youtube Link: https://youtu.be/d0jE13h10IE

Top comments (1)

Collapse
 
msamgan profile image
Mohammed Samgan Khan

Do this PDF package support the Arabic language also. As DOM itself have a great trouble in Arabic.