@sumihiran I’d first ask why you plan to separate your modules into packages in the first place. Are you actually intending to use these packages in other applications? Or are you just deliberately making working on your medium-sized app more difficult by introducing a complicated workflow that means you need to push packages to then pull them back into your app?
Jun 30, 2022
3
Level 1
Is using VCS instead of Private Packagist a viable solution?
We have a medium sized Laravel code-base which is separated into multiple modules. Going forward, we plan to separate each module into their own individual packages. The obvious solution would be to host them in Private Packagist. However, that adds another $100 per month to the cost. Alternatively, we could use VCS to define modules in composer.json. We came across a part of this community that prefers this approach. But we are still a little skeptical about it.
- Have you been in a similar situation ?
- Will we run into any issues down the line ?
Please or to participate in this conversation.