What might be the best way to load static/default values to the database in Symfony 5?
What I mean is: I have a table in my database called “user_types” that never changes. I have a couple of types of user that are always the same. Now I want every user who download my Symfony project to be able to populate his database with my “default” values. How can I achieve it in a best possible way?
Source: Symfony Questions
Was this helpful?
0 / 0