dompdf with qr code

Solutions on MaxInterview for dompdf with qr code by the best coders in the world

showing results for - "dompdf with qr code"
Mira
13 Jan 2018
1//in pdf's blade file simply add
2<img src="data:image/png;base64, {{ base64_encode(QrCode::size(100)->generate('some random value')) }} ">