Changes
Page history
update for Laravel 5.5 compatibility.
authored
Sep 04, 2017
by
Vladimir Schneider
Hide whitespace changes
Inline
Side-by-side
Installation.md
View page @
63986b88
...
...
@@ -32,7 +32,6 @@
"scripts"
:
{
"post-install-cmd"
:
[
"php artisan clear-compiled"
,
"php artisan optimize"
],
"pre-update-cmd"
:
[
"php artisan clear-compiled"
...
...
@@ -40,7 +39,6 @@
"post-update-cmd"
:
[
"php artisan ide-helper:generate"
,
"php artisan vendor:publish --provider=
\"
Vsch
\\
TranslationManager
\\
ManagerServiceProvider
\"
--tag=public --force"
,
"php artisan optimize"
],
"post-root-package-install"
:
[
"php -r
\"
copy('.env.example', '.env');
\"
"
...
...
...
...