Patrick Brouwers
Patrick Brouwers
It doesn't technically run the action (handle method), I only use the action to determine if it should show the button or not. Then it just goes via a controller...
Hey thanks for the PR, I currently don't have a lot of time to look at it. Also releasing 2.0 will most likely also still take a while. Feel free...
No sorry
There are a few packages that have used the Laravel Excel base package like this one: https://packagist.org/packages/anaseqal/nova-import You can have a look at packagist: https://packagist.org/?query=laravel%20nova%20import I haven't tried or used...
Not sure what changed in Nova 3 that causes this, PR is welcomed
Nice! I'll have a closer look soon. Takes for the contribution!
Hey @GautierDele can you have a look at my remarks?
Hey @dimiandre . What do you expect to end up in the action log. That the resource has been exported or that someone started an export?
So you mean for each resource (example each user) that is in the export, have a log entry ?
It's because the export action is not like any other nova action, it doesn't inherit all the functionality because we delegate the querying (for performance reasons) to the laravel excel...