kirchevsky

Results 2 issues of kirchevsky

1) Uploaded to MODPATH; 2) Added to bootstrap; 3) And error on "logs" route. Maybe something doing wrong, but have 404 error.

Can I send CSV, XLS, PDF, or other files without rewriting the driver to get this feature? ``` $filePath = $this->createRatesCsv($rates); $fileAttachment = new File($filePath, [ 'custom_payload' => false, ]);...