boitebeet/nova-qrcode-field
Composer 安装命令:
composer require boitebeet/nova-qrcode-field
包简介
Nova QR code field
README 文档
README
A Laravel Nova field to generate QR Code.
Installation
You can install the Nova field in to a Laravel app that uses Nova via composer :
composer require boitebeet/nova-qrcode-field
Usage
Basic
Qrcode::make('QR Code') ->text('http://laravel.com')
Setting sizes
Qrcode::make('QR Code') ->text('http://laravel.com') ->indexSize(100) ->detailSize(500)
With logo
Qrcode::make('QR Code') ->text('http://laravel.com') ->logo('http://source.to/logo.png')
With background
Qrcode::make('QR Code') ->text('http://laravel.com') ->background('http://source.to/background.png')
With logo & background
Qrcode::make('QR Code') ->text('http://laravel.com') ->logo('http://source.to/logo.png') ->background('http://source.to/background.png')
Related
Credits
License
The MIT License (MIT).
统计信息
- 总下载量: 419
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-15