Answer the question
In order to leave comments, you need to log in
What to include and what not to include in the repository when working with PHPStorm+Git+Laravel+Composer+Vagrant?
I started working with such a set of things and in the end I wonder, what should be included in the repository when creating a project from scratch with this configuration? I work in the win environment, so I even think about including there, if not php in its entirety, then php.ini for sure, since different projects require different environments and different versions of the language - not in the sense that working with projects in the described configuration, but in the sense that it makes no sense to install one global copy of php on the entire working computer, since a project that requires its own environment can live in the next folder.
In general, on the one hand, you don’t want to inflate the repositories, but on the other hand, how is this most correctly organized? An important clarification is that several people will work with the repository, so the greatest transparency is needed so that everyone always and everywhere understands which path the project has taken since the environment was set up for it.
Answer the question
In order to leave comments, you need to log in
I work in the win environment , so I’m even thinking about including there, if not php in its entirety, then php.ini for sure, since different projects require different environments and different versions of the language - not in the sense that working with projects in the described configuration, but in the sense that it makes no sense to install one global copy of php on the entire working computer, since a project that requires its own environment can live in the next folder.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question