Skip to content

Commit

Permalink
Support Windows environments
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Oct 14, 2017
1 parent 5b669b3 commit 181084b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"mkdir public/files public/preview public/uploads",
"chmod 777 public/files public/preview public/uploads"
"@php -r \"mkdir('public/files'); mkdir('public/preview'); mkdir('public/uploads');\"",
],
"post-create-project-cmd": [
"@php artisan key:generate",
Expand Down

0 comments on commit 181084b

Please sign in to comment.