use start.php for bundle bootstrapping, bundle.php for info.

This commit is contained in:
Taylor Otwell
2012-02-07 16:51:57 -06:00
parent e4d55cbc8e
commit 3292024e69
3 changed files with 2 additions and 6 deletions

View File

@@ -199,10 +199,6 @@ class Config {
// Configuration files can be made specific for a given environment. If an
// environment has been set, we will merge the environment configuration
// in last, so that it overrides all other options.
//
// This allows the developer to quickly and easily create configurations
// for various scenarios, such as local development and production,
// without constantly changing configuration files.
if (isset($_SERVER['LARAVEL_ENV']))
{
$paths[] = $paths[count($paths) - 1].$_SERVER['LARAVEL_ENV'].'/';