Satis with Path Repositories #739
designermonkey
started this conversation in
General
Replies: 1 comment
-
Once I can understand how to resolve this I will be weighing in on the local development package overrides discussions that take place, as I believe that Satis is perfectly suited to help in the scenario, but I'll discuss that later, firstly it needs to be able to handle local path repositories correctly. |
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
-
Hi there!
I am trying to get a local copy of Satis running to allow for local package development and I'm running into problems.
Here's an example config:
The libraries folder exists and has the package within it. I can run the build process successfully and all is well inside the packages files that are generated, apart from the paths to the "path" repository, which cause issue later down the road.
So, when I serve this repo over http, and use it in composer, it fails with errors. Here's the config:
And here is the error on
composer install
:So then, how can we use path repositories for local Satis when they aren't generated correctly to be resolvable outside of the Satis context?
Is this a bug I should log or am I configuring things wrong?
Beta Was this translation helpful? Give feedback.
All reactions