Skip to content

Commit

Permalink
composer cp bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aasisvinayak committed Oct 5, 2016
1 parent a30d90b commit 50f9ea7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
},
"scripts": {
"post-root-package-install": [
"@composer update",
"php -r \"copy('core/.env.example', 'core/.env');\"",
"@composer update",
"php artisan key:generate",
"php artisan migrate",
"php artisan db:seed --no-interaction --class=UsersTableSeeder",
Expand All @@ -62,6 +62,7 @@
],
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall",
"php -r \"copy('core/.env.example', 'core/.env');\"",
"php artisan optimize"
],
"post-update-cmd": [
Expand Down

0 comments on commit 50f9ea7

Please sign in to comment.