10000 Merge pull request #695 from daylerees/profiler-upgrade · JustProgrammer/laravel@63b1636 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63b1636

Browse files
committed
Merge pull request laravel#695 from daylerees/profiler-upgrade
profiler upgrade additions
2 parents 49944ba + cdcca78 commit 63b1636

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

laravel/documentation/changes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,18 @@
8282

8383
- Add new `asset_url` and `profiler` options to application configuration.
8484
- Replace **auth** configuration file.
85+
86+
Add the following entry to the `aliases` array in `config/application.php`..
87+
88+
'Profiler' => 'Laravel\\Profiling\\Profiler',
89+
90+
Add the following code above `Blade::sharpen()` in `application/start.php`..
91+
92+
if (Config::get('application.profiler'))
93+
{
94+
Profiler::attach();
95+
}
96+
8597
- Upgrade the **paths.php** file.
8698
- Replace the **laravel** folder.
8799

0 commit comments

Comments
 (0)
0