From fe611bfc164c01625a3b77b2e25c09740f45f8a8 Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Thu, 3 Sep 2015 19:23:48 -0700 Subject: [PATCH] Added detection for the staging environment. --- bootstrap/start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/start.php b/bootstrap/start.php index f48bd6bb..6e446200 100644 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -27,7 +27,8 @@ $app->redirectIfTrailingSlash(); */ $env = $app->detectEnvironment([ - 'local' => ['pony.fm.local', 'api.pony.fm.local', 'homestead'] + 'local' => ['pony.fm.local', 'api.pony.fm.local', 'homestead'], + 'stage' => ['stage.pony.fm'], ]); /*