In my controller I'm trying to delete a record from a table and the only message I get back to the client is 500 internal server error.
What are some tips/tricks/methods for troubleshooting these kinds of things?
I'm doing an ajax post if that makes a difference.
Thanks.
You may want to enable debug from app.php if you havent already and take a look at the latest log file within app/storage/logs. The log description are usually right on point.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community