mvdnbrk/nova-warehouse-scan
Composer 安装命令:
composer require mvdnbrk/nova-warehouse-scan
包简介
Laravel Nova Warehouse Scan Tool
关键字:
README 文档
README
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.
统计信息
- 总下载量: 262
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-05