clevyr/nova-filemanager
最新稳定版本:v5.0.0
Composer 安装命令:
composer require clevyr/nova-filemanager
包简介
Filemanager tool for Laravel Nova
关键字:
README 文档
README
A Filemanager Tool and Field for Laravel Nova 5
Filemanager Tool preview
Filemanager Field preview
Clevyr Nova Filemanager
This package will be maintained and updated by Clevyr going forward. This package is currently compatible with Nova 5 and Laravel 11 & 12.
Docs
Forked from https://github.com/stepanenko3/nova-filemanager, which is a fork of https://github. com/InfinetyEs/Nova-Filemanager/
Installation
composer install clevyr/nova-filemanager
then
php artisan vendor:publish --tag=clevyr-nova-filemanager
Also, 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 \Clevyr\Filemanager\FilemanagerTool(),
];
}
统计信息
- 总下载量: 34.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-11

