Wednesday, 28 August 2013

Laravel breaks entire app on PHP notices

Laravel breaks entire app on PHP notices

How can I make Laravel 4 ignore PHP notices (like undefined variable
notices) and don't break the whole app only because of a simple 'undefined
index or variable' PHP notice?
I could to that on L3 seting an 'ignore' array in config/error.php. But I
cant find how to do that in L4.
Thanks

No comments:

Post a Comment