tacoberu/latte-qrcode

Latte |qrcode 支持。

v0.1.0 2024-08-18 02:20 UTC

This package is auto-updated.

Last update: 2024-09-18 02:43:49 UTC


README

Latte |qrcode 支持。

安装

安装 tacoberu/latte-qrcode 的最佳方式是使用 Composer

$ composer require tacoberu/latte-qrcode

然后在配置文件中注册扩展

# app/config/config.neon
latte:
    extensions:
        - Taco\Latte\QrcodeLatteExtension

使用方法

<img src="{('Hi')|qrcode}" alt="qrcode with text"/>
<img src="{$contact|qrcode}" alt="qrcode with QrcodeContact"/>
<img src="{$email|qrcode}" alt="qrcode with QrcodeEmail"/>
<img src="{$pay|qrcode}" alt="qrcode with QrcodeSPDPay"/>

许可协议

Latte 过滤器遵循 MIT 许可协议。有关详细信息,请参阅 LICENSE 文件。