Created
July 27, 2025 07:57
-
-
Save r1d3rzz/fafbf01e730a6eceaae9b45634fe73ef to your computer and use it in GitHub Desktop.
install laravel qr code generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| composer require simplesoftwareio/simple-qrcode "~4" --with-all-dependencies | |
| enable php.ini file => extension=gd | |
| used in laravel blade file | |
| {!! QrCode::size(250)->generate('mailto:[email protected]'); !!} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment