profiler upgrade additions

Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
This commit is contained in:
Dayle Rees 2012-05-22 17:03:26 +01:00
parent 49944bab96
commit cdcca78548
1 changed files with 12 additions and 0 deletions

View File

@ -82,6 +82,18 @@ ## Upgrading From 3.1
- Add new `asset_url` and `profiler` options to application configuration.
- Replace **auth** configuration file.
Add the following entry to the `aliases` array in `config/application.php`..
'Profiler' => 'Laravel\\Profiling\\Profiler',
Add the following code above `Blade::sharpen()` in `application/start.php`..
if (Config::get('application.profiler'))
{
Profiler::attach();
}
- Upgrade the **paths.php** file.
- Replace the **laravel** folder.