Commit f0b8d2cc authored by Taylor Otwell's avatar Taylor Otwell

Added locales configuration.

parent 1a6230b8
......@@ -41,6 +41,19 @@ return array(
'locale' => 'en',
/*
|--------------------------------------------------------------------------
| Routable Locales
|--------------------------------------------------------------------------
|
| Here you may list the locales that are "routable" for your application.
| When a request with a URI beginning with one of the locales is sent
| to the application, the "default" locale will be set accordingly.
|
*/
'locales' => array(),
/*
|--------------------------------------------------------------------------
| Encryption Key
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment