Download the PHP package utkarsh/laravel-qrcode without Composer
On this page you can find all versions of the php package utkarsh/laravel-qrcode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download utkarsh/laravel-qrcode
More information about utkarsh/laravel-qrcode
Files in utkarsh/laravel-qrcode
Download utkarsh/laravel-qrcode
More information about utkarsh/laravel-qrcode
Files in utkarsh/laravel-qrcode
Vendor utkarsh
Package laravel-qrcode
Short Description A laravel package which simplifies qrcode generation.
License MIT
Package laravel-qrcode
Short Description A laravel package which simplifies qrcode generation.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-qrcode
laravel-qrcode
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!
All versions of laravel-qrcode with dependencies
PHP Build Version
Package Version
No informations.
The package utkarsh/laravel-qrcode contains the following files
Loading the files please wait ....