Version control Rest with laravel

1

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.

So when upgrading the application I would like applications from previous versions to continue using the same controler and old models. But the updated version of the application I would like you to use the new version of controler and model.

    
asked by anonymous 13.09.2016 / 15:57

0 answers