How to implement gui to configure yaml in admin?

It will be useful for my current project to have gui (a simple form) where a specific yaml configuration file can be edited in the backend of the sonata administrator.

In admin admin panel, I would like to have a settings group. There I want to have some links for editing some configuration files in the backend.

What is the preferred or best practice for implementing such a function. Or is there some kind of comparable existing function or kit?

+6
source share
1 answer

I am implementing my first version of SensiYamlGuiBundle and sharing it on github. It works and works with SonataAdminBundle or as a standalone.

+3
source

Source: https://habr.com/ru/post/950918/


All Articles