Skip to content

romegasoftware/nova-qrcode-manager

 
 

Repository files navigation

Nova QR Code Manager

A Laravel Nova tool to manage QR code.

Screenshot Screenshot

Installation

You can install the Nova tool in to a Laravel app that uses Nova via composer :

composer require kristories/nova-qrcode-manager

Publish the migration with :

php artisan vendor:publish --tag=qrcode-manager-migrations

Usage

Add QrcodeManager to your NovaServiceProvider.php

use Kristories\QrcodeManager\QrcodeManager;

// ...

public function tools()
{
    return [
        // ...
    	new QrcodeManager(),
    ];
}

License

The MIT License (MIT).

About

A Laravel Nova tool to manage QR code

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.6%
  • JavaScript 4.1%
  • CSS 0.3%