From ac9bf112cf585c6ef8b2014622d212b1a0091b9b Mon Sep 17 00:00:00 2001 From: Patrick Brouwers Date: Sun, 7 Apr 2019 22:44:47 +0200 Subject: [PATCH] When using Laravel set default preset to laravel It might be logical to most people if using PhpInsights via Laravel that the preset is Laravel. It confused me at first when running php artisan insights after publishing the config; I was expecting it to "just" work :) --- stubs/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/config.php b/stubs/config.php index 6ee9bccf..15cecdae 100644 --- a/stubs/config.php +++ b/stubs/config.php @@ -15,7 +15,7 @@ | */ - 'preset' => 'default', + 'preset' => 'laravel', /* |--------------------------------------------------------------------------