This commit is contained in:
Taylor Otwell
2012-04-03 16:53:15 -05:00
parent daea5fee2d
commit 1ca7d799af
11 changed files with 191 additions and 277 deletions

View File

@@ -143,6 +143,22 @@ Input::$input = $input;
Bundle::start(DEFAULT_BUNDLE);
/*
|--------------------------------------------------------------------------
| Attach The Laravel Profiler
|--------------------------------------------------------------------------
|
| If the profiler is enabled, we will attach it to the Laravel events
| for both queries and logs. This allows the profiler to intercept
| any of the queries or logs performed by the application.
|
*/
if (Config::get('application.profiler'))
{
Profiling\Profiler::attach();
}
/*
|--------------------------------------------------------------------------
| Auto-Start Other Bundles