yaroslawww/nova-export-configuration
最新稳定版本:3.0.0
Composer 安装命令:
composer require yaroslawww/nova-export-configuration
包简介
Functionality to create managed export configuration in laravel nova.
README 文档
README
Functionality to create managed export configuration in laravel nova.
| Nova | Package |
|---|---|
| V4 | V1 |
Installation
You can install the package via composer:
composer require yaroslawww/nova-export-configuration # optional publish configs php artisan vendor:publish --provider="NovaExportConfiguration\ServiceProvider" --tag="config"
Update filesystem configuration if you will used default disks.
// config/filesystems.php 'exports_configured' => [ 'driver' => 'local', 'root' => storage_path('app/exports_configured'), ],
Usage
Need configure model and repos.
Credits
统计信息
- 总下载量: 55
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-05