flex icon indicating copy to clipboard operation
flex copied to clipboard

Allow updating and configuring other than YAML configuration formats (XML, PHP, Attributes)

Open kaznovac opened this issue 2 years ago • 1 comments

As a developer I would like to configure/update symfony app's configuration files with my choice of configuration file format.

symfony/flex should allow developer to state the format of the configuration files (or even try to detect them from the application at hand)

Lack of this feature greatly hinders usability of flex's recipes:update for non-yaml configurations

related: #791

kaznovac avatar Mar 02 '23 10:03 kaznovac

Agreed, this would be slick, especially given compelling reasons for using php configs over yaml, which is suspect will become the new norm

https://getrector.com/blog/modernize-symfony-configs

arderyp avatar Feb 29 '24 15:02 arderyp