Answer the question
In order to leave comments, you need to log in
What to choose from web development software in a team?
We are developing websites, we need to somehow optimize the process.
There are no problems with file exchange - there is git. But in addition to files, there is also a database (plus a web server).
I would like some tool that allows both putting the current version on production (usually, client hosting; occasionally VPS), and the ability to quickly deploy a working copy of the site on any computer or hosting for work.
Ideally, I would like something like git, but also with database support (MySQL).
Answer the question
In order to leave comments, you need to log in
For databases, implement migrations.
Create migrations for database changes, store migrations under git.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question