its not laravel, its PHP afaik..
also try adding error_reporting = off.
but googling around your error_reporting thing should have worked (is that in php.ini or anywhere else?)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I just cannot make laravel stop showing the E_DEPRECATED warning. I know the problem, unfortunately the "product" generating this warning is tcpdf so it is not for me to fix. Therefore I just want to disable this. I've set: error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED and display_error = 0 in php config, but laravel STILL show this error. How can I disable the E_DEPRECATED warning, without hacking into laravel :-)
Thanks in advance
Please or to participate in this conversation.