Add "url" option to configuration.

This commit is contained in:
Taylor Otwell 2013-04-13 08:30:10 -05:00
parent 503ba02411
commit 6e5ca7331e

View File

@ -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