This package enable dd() function for projects without laravel. Also d() and dump() function when is not necessary stop running the code.
Run the following command to get the latest version package
composer require rdehnhardt/var-dumper --dev
dd($yourVar);
OR
dd($yourVar1, $yourVar2, .., $yourVarN);