Add seeders for services, cleanup environment setters
This commit is contained in:
parent
41a16d5fdc
commit
05f0f48caf
9 changed files with 487 additions and 10 deletions
|
@ -76,6 +76,7 @@
|
|||
"php artisan key:generate",
|
||||
"php artisan pterodactyl:env",
|
||||
"php artisan migrate",
|
||||
"php artisan db:seed"
|
||||
"php artisan pterodactyl:user"
|
||||
],
|
||||
"setup": [
|
||||
|
@ -84,7 +85,13 @@
|
|||
"php artisan key:generate",
|
||||
"php artisan pterodactyl:env",
|
||||
"php artisan migrate",
|
||||
"php artisan db:seed"
|
||||
"php artisan pterodactyl:user"
|
||||
],
|
||||
"upgrade": [
|
||||
"composer update --ansi --no-dev",
|
||||
"php artisan pterodactyl:env",
|
||||
"php artisan migrate"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
|
Reference in a new issue