imokhles/signature-field-for-backpack
最新稳定版本:1.0.1
Composer 安装命令:
composer require imokhles/signature-field-for-backpack
包简介
Easily add signature field to backpack admin panel.
README 文档
README
This package provides a signature field type for the Backpack for Laravel administration panel. The signature field allows admins to let customers sign documents, in a prettier way. It uses Signature Pad Library.
Screenshot
Installation
Via Composer
composer require imokhles/signature-field-for-backpack
Usage
Inside your custom CrudController:
$this->crud->addField([ 'name' => 'signature', 'label' => 'Please sign here', 'type' => 'signature', 'view_namespace' => 'signature-field-for-backpack::fields', ]);
Notice the view_namespace attribute - make sure that is exactly as above, to tell Backpack to load the field from this addon package, instead of assuming it's inside the Backpack\CRUD package.
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email the author instead of using the issue tracker.
Credits
- iMokhles - created the signature field;
- Cristian Tabacitu - Backpack for Laravel;
- Szymon Nowak - Signature Pad;
- All Contributors
License
MIT. Please see the license file for more information.
统计信息
- 总下载量: 1.81k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 27
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-04
