Changes
Page history
ltm release 2.6.30
authored
Apr 21, 2018
by
Vladimir Schneider
Hide whitespace changes
Inline
Side-by-side
Installation.md
View page @
06e82d27
...
...
@@ -22,7 +22,11 @@
```
Otherwise a future update, that needs new assets, will not work properly. composer does not
run post-update scripts of packages.
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
\T
ranslationManager
\M
anagerServiceProvider"
--tag
=
public
$
php artisan vendor:publish
--provider
=
"Vsch
\T
ranslationManager
\M
anagerServiceProvider"
--tag
=
public
--force
```
7.
...
...
...
...