Bobby Bouwmann
Bobby Bouwmann
That is perfect! Thanks for sharing that part in the documentation! I have everything up and running now ;)
Sorry I had to reopen this issue again! So I thought I had this working locally, but on my acceptance environment it's still failing. The S3 setup is only working...
I'm not sure how to handle this since the package always sends back the url of the download to the frontend. How would I save the file to own storage...
So that basically means overriding the controllers from the laravel-excel-nova package right? It seems to be the only solution at this point. I also looked in being always able to...
@robindirksen1 I was going over this and I thought it makes sense that this is broken because februari can have only 28 days. It doesn't make sense that the other...
@johngarciasterequip You're using a newer version of PHPUnit which has been updated to use the `PHPUnit\Framework\TestCase` class instead. This package currently doesn't support that newer version of PHPUnit. Also, stated...
So the problem is that this is a `DELETE` route. Because of that, we need to post the `testmode` in the body. Like you said, the `?testmode=true` is appended to...
@sandervanhooft Thanks for the quick reply! Really appreciated
@sandervanhooft Awesome! Thanks for all the work you put into this!
You need to install curl for php 5 ``` sudo apt-get install php5-curl ```