1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-26 21:02:28 +02:00

Commit composer lock and use config:cache for security purposes.

This commit is contained in:
Dane Everitt 2017-02-02 15:01:15 -05:00
parent 4be9e30eee
commit e18391e98a
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
3 changed files with 5134 additions and 22 deletions

10
.gitignore vendored
View File

@ -1,12 +1,4 @@
/vendor
*.DS_Store*
.env
.vagrant/*
composer.lock
Homestead.yaml
Vagrantfile
Vagrantfile
node_modules
node_modules

View File

@ -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

File diff suppressed because it is too large Load Diff