Support for Local File Access Repositories #11711
designermonkey
started this conversation in
General
Replies: 2 comments
-
Ok, so I got the url wrong, it's
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I've made some progress modifying satis to create valid filesystem metadata-urls, but the issue still persists in Is there any way to circumvent this and load local files instead of trying to do it remotely? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been playing around with satis to allow for local packages to be provided to multiple PHP subprojects in a monorepo, and I've made some progress on the satis side. I'm now stuck with composer itself:
Here is the offending repo:
Would it be difficult to support local files to be loaded as a composer repository? I believe that allowing files to be loaded like would have a significant positive impact on php projects that have myriad private packages local to a project that they want to be able to edit and not have to publish to a remote server just to pull locally again and use.
There have been loads of discussions about how to do this, and it's actually very simple on the satis side, but like I show, composer itself fails to load it.
If it is possible and easy to do, I'll happily log an issue for it.
Beta Was this translation helpful? Give feedback.
All reactions