Skip to content
update for source refs authored by Vladimir Schneider's avatar Vladimir Schneider
...@@ -86,7 +86,9 @@ ...@@ -86,7 +86,9 @@
**If you are upgrading from version 2.0.x of LTM** you need to remove the dependency to **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. 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 ```bash
$ php artisan vendor:publish --provider="Vsch\TranslationManager\ManagerServiceProvider" --tag=migrations $ php artisan vendor:publish --provider="Vsch\TranslationManager\ManagerServiceProvider" --tag=migrations
... ...
......