Utkarsh-vishnoi / laravel-qr-code by utkarsh25

A laravel package which simplifies qrcode generation.
66
0
1
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: 2024-05-12 03:01:26
Package Statistics
Total Downloads: 66
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 1
Total Open Issues: 0

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!