Skip to content
update for source refs authored by Vladimir Schneider's avatar Vladimir Schneider
......@@ -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
......
......