LaravelPackages.net
Acme Inc.
Toggle sidebar
mvdnbrk/nova-warehouse-scan

Laravel Nova Warehouse Scan Tool

262
4
v0.11.1
About mvdnbrk/nova-warehouse-scan

mvdnbrk/nova-warehouse-scan is a Laravel package for laravel nova warehouse scan tool. It currently has 4 GitHub stars and 262 downloads on Packagist (latest version v0.11.1). Install it with composer require mvdnbrk/nova-warehouse-scan. Discover more Laravel packages by mvdnbrk or browse all Laravel packages to compare alternatives.

Last updated

Laravel Nova Warehouse Scan Tool

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.

Star History Chart