Is there any way to determine that where I used exit() or die()? I forgot that where I use dump and die in Laravel

Is there any way to determine that where I use dd() in laravel? Or any way to determine that where i used exit() or die()?
Because there is a lots of files in laravel, I used dd() for testing purpose and I want to remove it so that it runs without dying.



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/31jbBAA
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time