Asm
Results
2
comments of
Asm
@timbogdanov seems dead to me ... forked the project to a public repo: https://github.com/asikam/simple-qrcode and updated the composer json to work with "bacon/bacon-qr-code": "^3.0" and it woks just fine
Hello @zsaintus generated qrcode is an svg by default. So inside your view file just print the svg with ` {!! $qrCode !!} `