| 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-12-18 15:21:35 |
| Package Statistics | |
|---|---|
| Total Downloads: | 73 |
| Monthly Downloads: | 0 |
| 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!