Fix a few items in composer.json
This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user