Skip to content
Pavan kumar edited this page Mar 22, 2015 · 5 revisions

##Installation

Using Composer(recommended)

First add the below lines to your require to your composer.json.

require:{
    "pavankumar/qrcoder":"dev"
}

Next, run the composer update command.

Add Service Provider,

In Laravel 5, add Pavankumar\Qrcoder\QrCoderServiceProvider in your config\app.php within the providers array.

That's it you are done installation and it's time to make something awesome.

Clone this wiki locally