I would like to use a QR-Code generator with my Laravel 4.1 application. I am currently choosing between https://github.com/endroid/QrCode and https://github.com/endroid/EndroidQrCodeBundle. To be honest though, neither appear to have any documentation on how to use them.
Can someone describe the first steps, after an successful composer installation, on how to produce QR codes?
Thank you in advance for every step. I know this is kind of a generic question, but I am kind of new to Laravel.