Heroes-Profile / heroesprofile-api-public

6 stars 0 forks source link

CSV export not working #47

Closed Zemill closed 4 years ago

Zemill commented 4 years ago

Investigation shows that the package used to accomplish this has not been updated to work with Laravel 7+. We moved to Laravel 8 when resolving some issues with billing, and broke this functionality.

https://github.com/neoxia/laravel-csv-response -

Possible solutions

More investigation required

Zemill commented 4 years ago

Fixed. Took the code out of the out-of-date package and imported it into the main project