Separate github project in subdirectory
Hi,
I was wondering if it's possible to create a separate github project in a subdirectory of our local git project.
We are creating a big laravel application. For this project we are also creating php classes in the vendor directory that we would like to share with the community using github. Can this be done within the existing local git project?
Please sign in to leave a comment.
Hi there,
On "Settings | Version Control" you can define multiple VCS roots
>For this project we are also creating php classes in the vendor directory that we would like to share with the community using github.
Why not create and manage it as a separate Composer package straight away (that you will use as well)?