dsi-iepg/test-bundle

这是一个测试 !! :)

安装: 50

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

v0.1.2 2022-12-12 10:08 UTC

This package is auto-updated.

Last update: 2024-09-12 13:47:37 UTC


README

https://nouvelle-techno.fr/articles/symfony-5-on-va-creer-un-bundle-niveau-moyen-avance

添加 config/bundlex.php

Iepg\Bundle\TestBundle::class => ['all' => true],

创建 => config/packages/iepg_test.yaml 这里 'iepg_test' 来自: /DependencyInjection/Configuration/ => new TreeBuilder('iepg_test');

# Ici la base est l'alias du bundle !!
iepgdsi:
  my_var_string: "je suis heureux de faire un bundle"
  my_array:
    - element1
    - element2
  my_integer: 22

第一次测试

php bin/console config:dump-reference -|-|- TestBundle|iepgdsi| ||

创建 config/routes/tuto_tools.yaml

_tools:
  resource: '@TestBundle/Resources/config/routes.yaml'
  prefix: /my-route