PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
werneckbh
/
laravel-qr-code
/
docs
/
Editing: text.md
> [Laravel QR Code Generator](index.md) >> [QR Code Types](index.md#code-types) >> Text --- # Text ```php <?php Route::get('qr-code/examples/text', function () { return QRCode::text('Laravel QR Code Generator!')->png(); }); ```
SAVE
CANCEL