Answer the question
In order to leave comments, you need to log in
How to organize the work of a team without full access to all project codes in PHP?
Tell me how you can organize development in PHP in a team of programmers only so that none of them would see the entire project as a whole, but would have access only to their written codes. It is also desirable that when developing in PhpStorm there were hints when entering the names of class methods.
Git is not suitable because there the project is completely copied to the local computer
Answer the question
In order to leave comments, you need to log in
Storm needs all the code, otherwise the hints won't work. You have a bad idea. On kraynyak - use microservices.
Tell me how you can organize development in PHP in a team of programmers only so that none of them would see the entire project as a whole, but would have access only to their written codes.
The idea is game and tin. But if you want, this is implemented in SVN right out of the box.
Of course, there will be no highlighting in phpstorm.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question