Changes
Page history
update wiki
authored
Sep 21, 2016
by
Vladimir Schneider
Hide whitespace changes
Inline
Side-by-side
Installation.md
View page @
c3a27472
...
...
@@ -129,6 +129,10 @@
make it available at
`http://yourdomain.com/translations`
. Add the following to your
`routes/web.php`
file:
```php
use Vsch\TranslationManager\Translator;
```
```php
\Route::group(['middleware' => 'web', 'prefix' => 'translations'], function () {
Translator::routes();
...
...
...
...