SimpleSoftwareIO / simple-qrcode

An easy-to-use PHP QrCode generator with first-party support for Laravel.
https://www.simplesoftware.io/simple-qrcode
MIT License
2.66k stars 363 forks source link

Unable to find custom QR "clickable" method in the documentation #264

Closed Benoit1980 closed 1 year ago

Benoit1980 commented 1 year ago

Hello,

I am unable to find something like this in your documenation:

                    {!! QrCode::size(200)->link([
                    'https://' => 'website.com',
                    'param1' => $user->id,
                    'param2' => $user->email,
                    'param3' => $user->name,
                    ]) !!}

Which would then open a website with the below GET parameters upon scanning:

https://website.com?id&email@gmail.com&freddy

Is this not possible with your library?

As I can see helpers, but nothing in between apart from a single generate() method for a string.

Thank you!

SimplyCorey commented 1 year ago

Not sure what you are looking for. That will just add get parameters.