zakariatlilani / text-template
一个 Laravel Nova 字段。
1.1.1
2024-01-12 10:57 UTC
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2024-09-22 21:18:47 UTC
README
支持 Laravel Nova 3。
安装
composer require zakariatlilani/text-template
使用
use zakariatlilani\texttemplate\TextTemplate; TextTemplate::make('Name') ->category('category') // the category related to the text template ->endpoint('/api/loadData/{category}/product/{product}'), // the endpoint related to the template (a product in this scenario)
我建议与这个包一起使用:nova-simple-repeatable。
致谢
许可协议
Nova Text 模板是开源软件,许可协议为 MIT 协议。