Skip to content

Instantly share code, notes, and snippets.

@yurri87
Last active January 15, 2020 06:28
Show Gist options
  • Save yurri87/0fc8c0c9026d2fa9e2310e9c4741d6b2 to your computer and use it in GitHub Desktop.
Save yurri87/0fc8c0c9026d2fa9e2310e9c4741d6b2 to your computer and use it in GitHub Desktop.
composer-autoload
<? $root = realpath($_SERVER["DOCUMENT_ROOT"]);
require_once "$root/vendor/autoload.php";?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment