Posts by Tcharles Silva • 11 points
1 post
-
1
votes2
answers451
viewsA: Eloquent save() method does not work
Do not use redirect()->action() friend. Create routes for your methods, it will be much simpler. A few steps to solve: Use Try/catch in your methods, and dump() Exception. All errors are stored…