How to write own DD() function same as laravel Ram Pukar - 12:50 AM Edit if(!function_exists('dd')) { function dd($arrayData, $exit=TRUE) { echo "<pre>"; print_r($arrayData); if($exit===TRUE) die(); } } Share on Facebook Share on Twitter Share on Google Plus About Ram Pukar This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel. RELATED POSTS
0 comments:
Post a Comment