I have a Silex project and I want to start understand how that micro framework work, I've configured the database and I don't know how to update the schema with command line. in the json file I have:
"doctrine/dbal": "2.3.*",
"doctrine/orm": "2.3.*",
any help please ? Thanks!
You might want to have a look at https://github.com/lyrixx/Silex-Kitchen-Edition this is a sample Silex application which 'classic' web apps needs addressed, such as creating and updating the database schema.