PHP·98 questions

How to debug PHP code?

Answer
var_dump(), print_r().
error_log().
Xdebug — step debugging.
IDE: PhpStorm with Xdebug.
dd() in Laravel.
Was this answer helpful?

More questions in this topic

Related questions from other topics