kristories / nova-qrcode-manager
A Laravel Nova tool to manage QR code.
Fund package maintenance!
Kristories
Installs: 4 512
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 1
Forks: 5
Open Issues: 2
Requires
- php: ^7.4|^8.0
- devtical/nova-qrcode-field: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- orchestra/testbench: ^6.24|^7.0
- phpunit/phpunit: ^9.4
This package is auto-updated.
Last update: 2024-11-06 20:07:30 UTC
README
A Laravel Nova tool to manage QR code. Behind the scenes, devtical/nova-qrcode-field is used.
Installation
You can install the Nova tool in to a Laravel app that uses Nova via composer :
composer require devtical/nova-qrcode-manager
Publish the migration with :
php artisan vendor:publish --tag=qrcode-manager-migrations
php artisan migrate
Usage
Add QrcodeManager
to your NovaServiceProvider.php
use Devtical\QrcodeManager\QrcodeManager; // ... public function tools() { return [ // ... new QrcodeManager(), ]; }
License
The MIT License (MIT).