Laravel Nova Warehouse Scan Tool
Installation
You can 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
If you discover any security related issues, please email mvdnbrk@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.