Skip to content

Instantly share code, notes, and snippets.

@jonphipps
Created October 29, 2012 21:05
Show Gist options
  • Save jonphipps/3976538 to your computer and use it in GitHub Desktop.
Save jonphipps/3976538 to your computer and use it in GitHub Desktop.
Laravel: test
// --------------------------------------------------------------
// Set the core Laravel path constants.
// --------------------------------------------------------------
require '../paths.php';
// --------------------------------------------------------------
// Unset the temporary web variable.
// --------------------------------------------------------------
unset($web);
// --------------------------------------------------------------
// Launch Laravel.
// --------------------------------------------------------------
require path('sys').'laravel.php';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment