diff --git a/README.md b/README.md index 95356ea..992c716 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Subdomain localization support for Laravel. - Configuration file - Configuration values - Useful functions +- Changelog - License ## Installation @@ -182,6 +183,11 @@ Use this option to enable or disable the use of the browser settings during the Here you may change the name of the cookie used to save the locale. This option is used only if localization with cookie is enabled. +- `domain` (default: `env('DOMAIN')`) + +Here you may change the name of the domain used in your application. +By default, the domain is read from the .env file. + ## Useful functions The package provides useful functions that you can use - for example - in your views: @@ -216,6 +222,10 @@ Use `Router::url($routeName, $routeAttributes = null, $locale = null)` to genera You can pass route parameters if necessary. If you don't give a specific locale, it will use the current locale. +### Changelog + +To see what has changed in recent versions, see the [CHANGELOG](https://github.com/LaurentEsc/Laravel-Subdomain-Localization/blob/master/CHANGELOG.md). + ### License This package is licensed under the [MIT license](https://github.com/LaurentEsc/Laravel-Subdomain-Localization/blob/master/LICENSE).