Patrick Brouwers

Results 142 comments of Patrick Brouwers
trafficstars

Hey thanks for your PR, There's already handling for files on remote disk, perhaps you can have a look over there why it doesn't work correctly; https://github.com/SpartnerNL/Laravel-Nova-Excel/blob/1.3/src/Http/Controllers/ExcelController.php#L39

@SanderMuller what happens when you don't use queuing? (Even though it's probably safe to assume people using remote disks are probably also using queuing)

But you mentioned terminating didn't work with Vapor?

Okay that sounds pretty good then, I'm out of office until Monday, will check it when I'm back!

Currently we can't make the distinction between that. The goal of the package is to exactly export what is shown in the index view. I'm planning to look into a...

Perhaps we could store the "download" file on the temporary disk. In your case that would go to S3. The api to the ExcelController then downloads it via the temporary...

Instead of sending back the url of the download, send back the path and disk where it's stored. Then in the controller call do the actual download based on those...

If you wanna use blade view exports, you would be better off using laravel excel directly in an action instead.

I know this is long ago, but can you provide an example of how you use it?

Hey @wikigods, we don't actively support this package anymore. We merge fixes as long as people are still using it and provide the PR themselves. If you want to keep...