Skip to content

Instantly share code, notes, and snippets.

@brobie
Created February 10, 2016 03:52
Show Gist options
  • Save brobie/e76c491538e3ead27800 to your computer and use it in GitHub Desktop.
Save brobie/e76c491538e3ead27800 to your computer and use it in GitHub Desktop.
if (file_exists($vendorAutoload)) {
$composerAutoloader = include $vendorAutoload;
} else {
throw new \Exception(
'Vendor autoload is not found. Please run \'composer install\' under application root directory.'
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment