appstract/nova-signature-field
最新稳定版本:1.1.0
Composer 安装命令:
composer require appstract/nova-signature-field
包简介
A Laravel Nova field with Signature Pad
README 文档
README
Add a Signature Pad field to Nova.
Installation
You can install the package via composer:
composer require appstract/nova-signature-field
Usage
Just add the field to your resource.
use Appstract\NovaSignatureField\Signature; public function fields(Request $request) { return [ Signature::make('Drawing') ]; }
It is also possible to pass some options to field:
// Edit in a modal, so the SignaturePad is bigger Signature::make('Drawing')->editInModal() // Full width image on detail, without label Signature::make('Drawing')->fullWidthOnDetail()
Contributing
Contributions are welcome, thanks to y'all :)
About Appstract
Appstract is a small team from The Netherlands. We create (open source) tools for Web Developers and write about related subjects on Medium. You can follow us on Twitter, buy us a beer or support us on Patreon.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 6.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-28