php - How to reduce Laravel artisan error level?
伊谢尔伦
伊谢尔伦 2017-06-05 11:08:26
0
1
726
php artisan test

My customized console will report errors if there are notice and will no longer be executed.
How to reduce error reporting so that only error is reported?

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(1)
phpcn_u1582

Framework code location:IlluminateFoundationBootstrapHandleExceptions::bootstrap()

Currently, there is no way to change the configuration. Local development can directly modify the value to see the effect. But the best solution is to fix your notice error! ! !

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template