Skip to content

Instantly share code, notes, and snippets.

@r1d3rzz
Created July 27, 2025 07:57
Show Gist options
  • Save r1d3rzz/fafbf01e730a6eceaae9b45634fe73ef to your computer and use it in GitHub Desktop.
Save r1d3rzz/fafbf01e730a6eceaae9b45634fe73ef to your computer and use it in GitHub Desktop.
install laravel qr code generator
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