Changes
Page history
prep ltm release
authored
Apr 14, 2018
by
Vladimir Schneider
Hide whitespace changes
Inline
Side-by-side
Installation.md
View page @
0e938569
...
...
@@ -31,14 +31,14 @@
{
"scripts"
:
{
"post-install-cmd"
:
[
"php artisan clear-compiled"
,
"php artisan clear-compiled"
],
"pre-update-cmd"
:
[
"php artisan clear-compiled"
],
"post-update-cmd"
:
[
"php artisan ide-helper:generate"
,
"php artisan vendor:publish --provider=
\"
Vsch
\\
TranslationManager
\\
ManagerServiceProvider
\"
--tag=public --force"
,
"php artisan vendor:publish --provider=
\"
Vsch
\\
TranslationManager
\\
ManagerServiceProvider
\"
--tag=public --force"
],
"post-root-package-install"
:
[
"php -r
\"
copy('.env.example', '.env');
\"
"
...
...
...
...