🛠 Add ciphersweet:generate-key command back to setup script in composer.json

This commit is contained in:
HolgerHatGarKeineNode
2026-02-11 21:12:54 +01:00
parent a10d1d9e1e
commit aee4d96af3

View File

@@ -64,6 +64,7 @@
"composer install",
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php artisan key:generate",
"@php artisan ciphersweet:generate-key",
"@php artisan migrate --force",
"yarn install",
"yarn run build"