I\'m working in a project that needs to convert some data from excel to database. This is working fine in local host with laravel, but when goes to heroku, it gives me a 500 int
After some more hours trying to figure out what is going on with the code, I discovered that it was a problem with the Apache timeout.
I found the answer here.
Credits: Eric Cope