Merge pull request #578 from cviebrock/asset-url

Configuration option to set different base URL for assets
This commit is contained in:
Taylor Otwell
2012-04-30 09:49:06 -07:00
3 changed files with 27 additions and 1 deletions

View File

@@ -15,6 +15,20 @@ return array(
'url' => '',
/*
|--------------------------------------------------------------------------
| Asset URL
|--------------------------------------------------------------------------
|
| The base URL used for your application's asset files, if you are serving
| them through a different server or a content delivery network, for
| example. If it's not set, we'll default to the application URL (above).
| Leave off the trailing slash.
|
*/
'asset_url' => '',
/*
|--------------------------------------------------------------------------
| Application Index