Skip to content
update wiki formatting authored by Vladimir Schneider's avatar Vladimir Schneider
......@@ -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:
......
......