utkarsh/laravel-qrcode

A laravel package which simplifies qrcode generation.

1.0.1 2017-02-03 18:03 UTC

This package is not auto-updated.

Last update: 2024-05-25 18:31:28 UTC


README

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!