Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
Q

QR Code Manager

This package is possibly abandoned. Please proceed with care.

Readme

Nova QR Code Manager

A Laravel Nova tool to manage QR code. Behind the scenes, devtical/nova-qrcode-field is used.

Logo & background

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).

Back to Top
Added 7 years ago
Last updated 3 Years Ago
Version v1.0.2
Composer
kristories/nova-qrcode-manager
GitHub stars 23
Packagist downloads 4,578

Favorites

3 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas