From 49a48100a79c13da3de27e91b0a77742e7cb2227 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 14 Sep 2016 09:57:39 -0500 Subject: [PATCH] different default name --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index fb5ba390..082a35b8 100644 --- a/config/app.php +++ b/config/app.php @@ -12,7 +12,7 @@ return [ | any other location as required by the application or its packages. */ - 'name' => 'My Application', + 'name' => 'Laravel', /* |--------------------------------------------------------------------------