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 for source refs
authored
May 18, 2016
by
Vladimir Schneider
Show whitespace changes
Inline
Side-by-side
Installation.md
View page @
3708e8a6
...
...
@@ -86,7 +86,9 @@
**If you are upgrading from version 2.0.x of LTM** you need to remove the dependency to
UserPrivilegeMapper from your application facade alias array, shown commented out above.
4.
You need to publish then run the migrations for this package:
4.
##### Publishing and running migrations
You need to publish then run the migrations for this package:
```bash
$ php artisan vendor:publish --provider="Vsch\TranslationManager\ManagerServiceProvider" --tag=migrations
...
...
...
...