utkarsh / laravel-qrcode
A laravel package which simplifies qrcode generation.
Package info
github.com/Utkarsh-vishnoi/laravel-qr-code
Type:laravel-plugin
pkg:composer/utkarsh/laravel-qrcode
1.0.1
2017-02-03 18:03 UTC
This package is not auto-updated.
Last update: 2026-03-15 04:33:47 UTC
README
A laravel plugin to simplify QRcode generation.
Installation
Install it via composer composer require utkarsh/laravel-qrcode
Then add the QrCodeServiceProvider to the providers array in config/app.php.
Utkarsh\QrCode\Providers\QrCodeServiceProvider::class,
then add the QrCode alias to the aliases array in the same file.
'QrCode' => Utkarsh\QrCodeServiceProvider\Facades\QRcode::class,
Usage
Coming Soon!