In this post, we will look at generating QR codes within your Laravel applications. First, we will need to require the https://github.com/SimpleSoftwareIO/simple-qrcode?ref=harrk-blog package that provides first-party support for Laravel.
If you attempt to scan your QR code like this, it's likely that the QR code will not scan.
I use simple-qrcode for generating QR codes for my QR code tracking SaaS.
I use this for generating QR codes on a static site, without any server involvement altogether.