We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c58a9d commit 96592e2Copy full SHA for 96592e2
composer.json
@@ -73,12 +73,14 @@
73
"php vendor/bin/homestead make --ip=192.168.10.32",
74
"sed -i.bak 's/homestead.app/pterodactyl.local/g' Homestead.yaml",
75
"rm Homestead.yaml.bak",
76
- "php artisan key:generate"
+ "php artisan key:generate",
77
+ "php artisan pterodactyl:env"
78
],
79
"setup": [
80
"composer install --ansi --no-dev",
81
"php -r \"copy('.env.example', '.env');\"",
82
83
84
]
85
},
86
"config": {
0 commit comments