Skip to content

Instantly share code, notes, and snippets.

@dannygsmith
Created March 29, 2018 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannygsmith/4c2e3f6ad50de6d3ac99d22250eb4740 to your computer and use it in GitHub Desktop.
Save dannygsmith/4c2e3f6ad50de6d3ac99d22250eb4740 to your computer and use it in GitHub Desktop.
Setup kint
<?php
namespace KnowTheCode;
require_once( __DIR__ . '/assets/vendor/autoload.php' );
$x = 9;
$y = 0;
//$z = $x / $y;
//echo $z;
d( $_SERVER );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment