D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
proc
/
3023067
/
cwd
/
public_html
/
vendor
/
werneckbh
/
laravel-qr-code
/
docs
/
Filename :
url.md
back
Copy
> [Laravel QR Code Generator](index.md) >> [QR Code Types](index.md#code-types) >> URL --- # URL ```php <?php Route::get('qr-code/examples/url', function () { return QRCode::url('werneckbh.github.io/qr-code/') ->setSize(8) ->setMargin(2) ->png(); }); ```