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:58:20 +0000
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Commit
5335c973b4510d314cc5fa67b271bb4da18563ee
5335c973
2 parents
15c3e5c9
bcafa73f
Merge branch 'master' into release
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
composer.json
composer.json
View file @
5335c97
...
...
@@ -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