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
ltm release 2.6.30
authored
Apr 21, 2018
by
Vladimir Schneider
Show whitespace changes
Inline
Side-by-side
Installation.md
View page @
06e82d27
...
@@ -24,6 +24,10 @@
...
@@ -24,6 +24,10 @@
Otherwise a future update, that needs new assets, will not work properly. composer does not
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
Here is a full scripts section of a standard Laravel 5.1 project composer.json should look
like after the change.
like after the change.
...
@@ -117,7 +121,7 @@
...
@@ -117,7 +121,7 @@
add the assets to
`public/vendor/laravel-translation-manager`
add the assets to
`public/vendor/laravel-translation-manager`
```
bash
```
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.
7.
...
...
...
...