PHP code example of allanvb / nova-exports
1. Go to this page and download the library: Download allanvb/nova-exports library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
allanvb / nova-exports example snippets
use Allanvb\NovaExports\ExportResourceAction;
public function actions(Request $request): array
{
return [
new ExportResourceAction($this),
];
}