Skip to content

Instantly share code, notes, and snippets.

@AhmedHelalAhmed
Created October 4, 2018 07:35
Show Gist options
  • Select an option

  • Save AhmedHelalAhmed/70d9e762477e80a40a025fac44325607 to your computer and use it in GitHub Desktop.

Select an option

Save AhmedHelalAhmed/70d9e762477e80a40a025fac44325607 to your computer and use it in GitHub Desktop.
debugging the code
//PHP - laravel
return Response::json(['data'=>'test'], 400);
abort(500, 'dd helal');
dd(' dd ',' helal ');
abort(500, 'dd helal ',);
return response()->json($x);
//JS
console.log(' dd ',' helal ');
alert("helal");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment