File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed
Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 7373 " php vendor/bin/homestead make --ip=192.168.10.32" ,
7474 " sed -i.bak 's/homestead.app/pterodactyl.local/g' Homestead.yaml" ,
7575 " rm Homestead.yaml.bak" ,
76- " php artisan key:generate" ,
77- " php artisan pterodactyl:env" ,
78- " php artisan pterodactyl:mail" ,
79- " php artisan migrate" ,
80- " php artisan db:seed" ,
81- " php artisan pterodactyl:user"
76+ " php artisan key:generate"
8277 ],
8378 "setup" : [
8479 " composer install --ansi --no-dev" ,
8580 " php -r \" file_exists('.env') || copy('.env.example', '.env');\" " ,
86- " php artisan key:generate" ,
87- " php artisan pterodactyl:env" ,
88- " php artisan pterodactyl:mail" ,
89- " php artisan migrate" ,
90- " php artisan db:seed" ,
91- " php artisan pterodactyl:user"
81+ " php artisan key:generate"
9282 ],
9383 "upgrade" : [
94- " composer update --ansi --no-dev" ,
95- " php artisan pterodactyl:env" ,
96- " php artisan migrate"
84+ " composer update --ansi --no-dev"
9785 ]
9886 },
9987 "config" : {
You can’t perform that action at this time.
0 commit comments