Skip to content

Commit

Permalink
Attempt fix for #34
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovert Lota Palonpon committed Apr 4, 2019
1 parent 40fc623 commit c14d52a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
"format": [
"vendor/bin/php-cs-fixer fix ."
],
"post-install-cmd": [
"php artisan storage:link"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
Expand Down

0 comments on commit c14d52a

Please sign in to comment.