mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-04 05:36:05 +02:00
Add seeders for services, cleanup environment setters
This commit is contained in:
@@ -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 New Issue
Block a user