yaroslawww / nova-export-configuration
Functionality to create managed export configuration in laravel nova.
3.0.0
2023-09-06 10:29 UTC
Requires
- php: ^8.1
- laravel/nova: ^4.0
- maatwebsite/laravel-nova-excel: ^1.3
- think.studio/laravel-json-field-cast: ^2.1
- think.studio/nova-resource-dynamic-export: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.21
- orchestra/testbench: ^8.5
- phpunit/phpunit: ^10.2
- psalm/plugin-laravel: ^2.8
- vimeo/psalm: ^5.13
README
Functionality to create managed export configuration in laravel nova.
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.