File route
Laravel File Route¶
This library realeases a blade component to make it easy to build qrcode with the Laravel Framework.
Before get started, make sure you have the class \Da\QrCode\Bridge\Laravel\QrCodeServiceProvider::class
listed on you config/app.php file, on providers section.
The file route is registered as /da-qrcode/build and it has only one required parameter: content.
You can test this resource by accessing the endpoint, e.g /da-qrcode/build?content=2am. Technologies
As optional parameters it has:
- label;
- margin; and
- size
Here is a complete sample of usage: