Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
update wiki formatting
authored
Nov 01, 2016
by
Vladimir Schneider
Show whitespace changes
Inline
Side-by-side
Installation.md
View page @
02f2b1eb
...
...
@@ -125,7 +125,10 @@
$ php artisan vendor:publish --provider="Vsch\TranslationManager\ManagerServiceProvider" --tag=public
```
7.
By default the web interface of the translation manager is no longer mapped to a route. To
7.
##### Configuring WebUI Route
By default the web interface of the translation manager is no longer mapped to a route. To
make it available at
`http://yourdomain.com/translations`
. Add the following to your
`routes/web.php`
file:
...
...
...
...