Skip to content
ltm release 2.6.30 authored by Vladimir Schneider's avatar Vladimir Schneider
......@@ -24,6 +24,10 @@
Otherwise a future update, that needs new assets, will not work properly. composer does not
run post-update scripts of packages.
:warning: React UI assets require that they are updated with every upgrade to make sure the
React UI is in sync with the server code. It is highly recommended that you add publishing of
public assets on upgrade.
Here is a full scripts section of a standard Laravel 5.1 project composer.json should look
like after the change.
......@@ -117,7 +121,7 @@
add the assets to `public/vendor/laravel-translation-manager`
```bash
$ php artisan vendor:publish --provider="Vsch\TranslationManager\ManagerServiceProvider" --tag=public
$ php artisan vendor:publish --provider="Vsch\TranslationManager\ManagerServiceProvider" --tag=public --force
```
7.
......
......