I recently ran into a situation where I needed to convert Pascal case Entity names in Symfony to underscore names like so : UserSettings to user_settings I was trying to convert the Entity names into table names  for a Symfony maker bundle that clones Entities. First off you will need to understand the basics of […]

Read more of this post