File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
symfony/framework-bundle/5.4 Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -351,11 +351,13 @@ one used by ``symfony/framework-bundle``:
351
351
},
352
352
"composer-scripts" : {
353
353
"cache:clear" : " symfony-cmd" ,
354
- "assets:install --symlink --relative %PUBLIC_DIR%" : " symfony-cmd"
354
+ "assets:install --symlink --relative %PUBLIC_DIR%" : " symfony-cmd" ,
355
+ "secrets:generate-keys" : " symfony-cmd" ,
356
+ "secrets:set APP_SECRET --random" : " symfony-cmd" ,
357
+ "secrets:decrypt-to-local --force" : " symfony-cmd"
355
358
},
356
359
"env" : {
357
- "APP_ENV" : " dev" ,
358
- "APP_SECRET" : " %generate(secret)%"
360
+ "APP_ENV" : " dev"
359
361
},
360
362
"gitignore" : [
361
363
" .env" ,
Original file line number Diff line number Diff line change 9
9
},
10
10
"composer-scripts" : {
11
11
"cache:clear" : " symfony-cmd" ,
12
- "assets:install %PUBLIC_DIR%" : " symfony-cmd"
12
+ "assets:install %PUBLIC_DIR%" : " symfony-cmd" ,
13
+ "secrets:generate-keys" : " symfony-cmd" ,
14
+ "secrets:set APP_SECRET --random" : " symfony-cmd" ,
15
+ "secrets:decrypt-to-local --force" : " symfony-cmd"
13
16
},
14
17
"env" : {
15
- "APP_ENV" : " dev" ,
16
- "APP_SECRET" : " %generate(secret)%"
18
+ "APP_ENV" : " dev"
17
19
},
18
20
"gitignore" : [
19
21
" /.env.local" ,
You can’t perform that action at this time.
0 commit comments