Download the PHP package nova-kit/nova-queued-export-as-csv without Composer
On this page you can find all versions of the php package nova-kit/nova-queued-export-as-csv. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nova-kit/nova-queued-export-as-csv
More information about nova-kit/nova-queued-export-as-csv
Files in nova-kit/nova-queued-export-as-csv
Package nova-queued-export-as-csv
Short Description Laravel Nova's Queued Export As CSV Action
License MIT
Informations about the package nova-queued-export-as-csv
Laravel Nova's Queued Export As CSV Action
Installation
To install through composer, run the following command from terminal:
Usages
You can replace Laravel\Nova\Actions\ExportAsCsv
with NovaKit\NovaQueuedExportAsCsv\Actions\QueuedExportAsCsv
:
If you would like to change the storage disk to store the CSV file that is available for download, you may invoke the withStorageDisk()
method when registering the action:
You can also customise the response message by using the following code:
In order to handle the stored CSV, you need to listen to NovaKit\NovaQueuedExportAsCsv\Events\QueuedCsvExported
event, as an example you can broadcast to Nova's Notification using the following listener class:
All versions of nova-queued-export-as-csv with dependencies
composer-runtime-api Version ^2.2
illuminate/support Version ^8.83.4 || ^9.51 || ^10.0 || ^11.0
laravie/serialize-queries Version ^2.0 || ^3.0
laravel/serializable-closure Version ^1.0
symfony/polyfill-php83 Version ^1.28