From 6e5ca7331ebf511754d276cb40bc7b0eef4a463c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 13 Apr 2013 08:30:10 -0500 Subject: [PATCH] Add "url" option to configuration. --- app/config/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/config/app.php b/app/config/app.php index ca18595f..52b37e45 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -15,6 +15,19 @@ 'debug' => true, +/* +|-------------------------------------------------------------------------- +| Application URL +|-------------------------------------------------------------------------- +| +| This URL is used by the console to properly generate URLs when using +| the Artisan command line tool. You should set this to the root of +| your application so that it is used when running Artisan tasks. +| +*/ + + 'url' => 'http://localhost', + /* |-------------------------------------------------------------------------- | Application Timezone