Skip to content

Instantly share code, notes, and snippets.

@indrekots
Last active December 24, 2015 23:59
Show Gist options
  • Save indrekots/6884009 to your computer and use it in GitHub Desktop.
Save indrekots/6884009 to your computer and use it in GitHub Desktop.
Require PHP app autoloader
<?php
require_once '/path/to/app/autoloader.php';
...
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment