laravel-plugin laravel-qrcode
A laravel package which simplifies qrcode generation.
utkarsh/laravel-qrcode
A laravel package which simplifies qrcode generation.
- Friday, February 3, 2017
- by utkarsh25
- Repository
- 1 Watchers
- 0 Stars
- 9 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
laravel-qrcode
A laravel plugin to simplify QRcode generation., (*1)
Installation
Install it via composer
composer require utkarsh/laravel-qrcode, (*2)
Then add the QrCodeServiceProvider
to the providers
array in config/app.php
.
Utkarsh\QrCode\Providers\QrCodeServiceProvider::class,, (*3)
then add the QrCode
alias to the aliases array in the same file.
'QrCode' => Utkarsh\QrCodeServiceProvider\Facades\QRcode::class,
, (*4)
Usage
Coming Soon!, (*5)
dev-master
9999999-dev
A laravel package which simplifies qrcode generation.
Sources
Download
MIT
by
Utkarsh Vishnoi
1.0.1
1.0.1.0
A laravel package which simplifies qrcode generation.
Sources
Download
MIT
by
Utkarsh Vishnoi
1.0
1.0.0.0
A laravel package which adds the 2 step verification api.
Sources
Download
MIT
by
Utkarsh Vishnoi