Fix a few items in composer.json

This commit is contained in:
Nabeel Shahzad
2018-02-19 21:56:41 -06:00
parent bc8c5e581c
commit 2955f93573

View File

@@ -75,7 +75,7 @@
}, },
"scripts": { "scripts": {
"post-root-package-install": [ "post-root-package-install": [
"php -r \"file_exists('.env') || copy('.env.dev.example', '.env');\"" "php -r \"file_exists('env.php') || copy('env.php.example', 'env.php');\""
], ],
"post-create-project-cmd": [ "post-create-project-cmd": [
"php artisan key:generate" "php artisan key:generate"
@@ -94,8 +94,6 @@
] ]
}, },
"config": { "config": {
"bin-dir": "vendor/bin/", "bin-dir": "vendor/bin/"
"secure-http": false,
"disable-tls": true
} }
} }