Commit cdcca785 authored by Dayle Rees's avatar Dayle Rees

profiler upgrade additions

Signed-off-by: 's avatarDayle Rees <thepunkfan@gmail.com>
parent 49944bab
......@@ -82,6 +82,18 @@
- 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment