Commit composer lock and use config:cache for security purposes.
This commit is contained in:
parent
4be9e30eee
commit
e18391e98a
3 changed files with 5134 additions and 22 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,12 +1,4 @@
|
|||
/vendor
|
||||
*.DS_Store*
|
||||
.env
|
||||
.vagrant/*
|
||||
|
||||
composer.lock
|
||||
|
||||
Homestead.yaml
|
||||
Vagrantfile
|
||||
Vagrantfile
|
||||
|
||||
node_modules
|
||||
node_modules
|
||||
|
|
|
@ -60,27 +60,18 @@
|
|||
],
|
||||
"post-install-cmd": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postInstall",
|
||||
"php artisan optimize"
|
||||
"php artisan optimize",
|
||||
"php artisan config:cache"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
||||
"php artisan optimize"
|
||||
],
|
||||
"setup-dev": [
|
||||
"composer install",
|
||||
"php -r \"copy('.env.example', '.env');\"",
|
||||
"php vendor/bin/homestead make --ip=192.168.10.32",
|
||||
"sed -i.bak 's/homestead.app/pterodactyl.local/g' Homestead.yaml",
|
||||
"rm Homestead.yaml.bak",
|
||||
"php artisan key:generate"
|
||||
"php artisan optimize",
|
||||
"php artisan config:cache"
|
||||
],
|
||||
"setup": [
|
||||
"composer install --ansi --no-dev",
|
||||
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
|
||||
"php artisan key:generate"
|
||||
],
|
||||
"upgrade": [
|
||||
"composer update --ansi --no-dev"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
|
5129
composer.lock
generated
Normal file
5129
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue