Local do not show any PHP code Warnings

Hi,

Thanks for the great tool. I’m facing the issue that Local don’t show the PHP warning messages. It only shows the Fatal error. Even the ‘Development Mode’ on settings is on.

Any way to show the warnings ?

The only solution is to put the error_reporting(E_ALL); code in my code file :frowning_face: