I am doing an update on an application Android
which has as back-end
a api REST
with php Laravel
.
I would like tips on how to do version control of this api
. For example, I had to make a change in a table in my BD
and with that I changed the controler
and the corresponding model.
controler
and old models. But the updated version of the application I would like you to use the new version of controler
and model.