Package Data | |
---|---|
Maintainer Username: | utkarsh25 |
Maintainer Contact: | utkarshvishnoi25@gmail.com (Utkarsh Vishnoi) |
Package Create Date: | 2017-02-03 |
Package Last Update: | 2017-02-03 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-06 15:08:21 |
Package Statistics | |
---|---|
Total Downloads: | 71 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 1 |
Total Open Issues: | 0 |
A laravel plugin to simplify QRcode generation.
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,
Coming Soon!