Skip to content

Commit

Permalink
Enable Clockwork php profiler in debug mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellMcKenna committed Aug 18, 2017
1 parent 7de09d8 commit 852c6ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Kernel.php
Expand Up @@ -19,6 +19,7 @@ class Kernel extends HttpKernel
\App\Http\Middleware\TrimStrings::class,
\Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class,
\App\Http\Middleware\TrustProxies::class,
\Clockwork\Support\Laravel\ClockworkMiddleware::class,
];

/**
Expand Down
1 change: 1 addition & 0 deletions config/app.php
Expand Up @@ -166,6 +166,7 @@
/*
* Package Service Providers...
*/
Clockwork\Support\Laravel\ClockworkServiceProvider::class,

/*
* Application Service Providers...
Expand Down
1 change: 1 addition & 0 deletions storage/clockwork/.gitignore
@@ -0,0 +1 @@
*.json

0 comments on commit 852c6ed

Please sign in to comment.