40 lines
1.2 KiB
Org Mode
40 lines
1.2 KiB
Org Mode
|
|
||
|
:PROPERTIES:
|
||
|
:ID: 792d6441-70a9-45fd-9e70-10bec63269ba
|
||
|
:END:
|
||
|
|
||
|
#+title: convertir-les-fichiers-de-config-de-symfony2-facilement
|
||
|
#+post_ID: 198
|
||
|
#+post_slug: convertir-les-fichiers-de-config-de-symfony2-facilement
|
||
|
#+post_url: https://www.ciperbliss.com/2015/convertir-les-fichiers-de-config-de-symfony2-facilement
|
||
|
#+post_title: convertir les fichiers de config de symfony2 facilement
|
||
|
#+post_tags: null
|
||
|
#+post_type: post
|
||
|
#+post_mime_types:
|
||
|
#+post_guid: undefined
|
||
|
#+post_status: publish
|
||
|
#+post_date_published: <2015-11-22T15:21:43>
|
||
|
#+post_date_modified: <2015-11-22T15:22:15>
|
||
|
#+post_index_page_roam_id: fa7f2a8c-2b94-4e42-bb4c-25c026ed7ff9
|
||
|
#+retrieved_from_db_at: <2024-11-18 16:25:08>
|
||
|
|
||
|
|
||
|
* convertir les fichiers de config de symfony2 facilement
|
||
|
:PROPERTIES:
|
||
|
:CUSTOM_ID: convertir-les-fichiers-de-config-de-symfony2-facilement
|
||
|
:END:
|
||
|
|
||
|
un site bien sympa nommé [[http://converter.rosstuck.com/][__Symfony2
|
||
|
Service Config Converter_]]_ permet de convertir du code au format .yml
|
||
|
en .php , en .ini, en .xml
|
||
|
|
||
|
Rosstuck le donne aussi en bundle sur github afin de
|
||
|
l'intégrer à vos commandes perso symfony2.
|
||
|
|
||
|
|
||
|
[[https://github.com/rosstuck/TuckConverterBundle]]Essayez,
|
||
|
c'est marvellous pour faire correspondre une config de tuto à vos
|
||
|
besoins!
|
||
|
|
||
|
|