mvdnbrk/nova-warehouse-scan

Laravel Nova Warehouse Scan Tool

Fund package maintenance!
mvdnbrk

Installs: 262

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1

Open Issues: 16

Language:Vue


README

Latest Version on Packagist Software License Tests Total Downloads

Installation

You may install this package into a Laravel app that uses Nova with composer:

composer require mvdnbrk/nova-warehouse-scan

Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Just\Warehouse\Nova\Scan\Tool,
    ];
}

Usage

Click on the "Scan" menu item in your Nova app to see the tool provided by this package.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.