Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2017-02-27 16:48:36 +0000
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
bcafa73faf4a26810cf4f876efe2677b116d5aba
bcafa73f
1 parent
e3eefba7
Set composer to clean bootstrap/cache before an update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
composer.json
composer.json
View file @
bcafa73
...
...
@@ -47,6 +47,14 @@
"post-create-project-cmd"
:
[
"php artisan key:generate"
],
"pre-update-cmd"
:
[
"php -r
\"
!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');
\"
"
,
"php -r
\"
!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');
\"
"
],
"pre-install-cmd"
:
[
"php -r
\"
!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');
\"
"
,
"php -r
\"
!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');
\"
"
],
"post-install-cmd"
:
[
"Illuminate
\\
Foundation
\\
ComposerScripts::postInstall"
,
"php artisan optimize"
,
...
...
Please
register
or
sign in
to post a comment