We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
##Installation
First add the below lines to your require to your composer.json.
require
composer.json
require:{ "pavankumar/qrcoder":"dev" }
Next, run the composer update command.
composer update
In Laravel 5, add Pavankumar\Qrcoder\QrCoderServiceProvider in your config\app.php within the providers array.
Pavankumar\Qrcoder\QrCoderServiceProvider
config\app.php
providers
That's it you are done installation and it's time to make something awesome.
There was an error while loading. Please reload this page.