diff --git a/.env.example b/.env.example index 55b5223b..668c06f0 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,4 @@ +APP_NAME=Laravel APP_ENV=local APP_KEY= APP_DEBUG=true diff --git a/config/app.php b/config/app.php index 3036ac7c..135e9778 100644 --- a/config/app.php +++ b/config/app.php @@ -12,7 +12,7 @@ | any other location as required by the application or its packages. */ - 'name' => 'Laravel', + 'name' => env('APP_NAME', 'Laravel'), /* |--------------------------------------------------------------------------