Browse Source

Add "url" option to configuration.

Taylor Otwell 11 years ago
parent
commit
6e5ca7331e
1 changed files with 13 additions and 0 deletions
  1. 13 0
      app/config/app.php

+ 13 - 0
app/config/app.php

@@ -15,6 +15,19 @@ return array(
 
 	'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