indianic/laravel-nova-installed-packages
Composer 安装命令:
composer require indianic/laravel-nova-installed-packages
包简介
A tool that shows nova-specific packages installed on your application.
README 文档
README
Installation
Step:- 1)
composer require indianic/laravel-nova-installed-packages
Step:- 2)
-----
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 \Standardpackage\NovaInstalledPackages\Tool(), ]; }
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-17