From 1d7c27c19f62c345dbb465f07b92e151153f2b45 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 13 Apr 2012 13:02:20 -0500 Subject: [PATCH] tweak local environment defaults. --- paths.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paths.php b/paths.php index ce1e48a6..8860160b 100644 --- a/paths.php +++ b/paths.php @@ -23,7 +23,7 @@ $environments = array( - 'local' => array('*localhost*', '*.dev'), + 'local' => array('http://localhost*', '*.dev'), );