-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ParserAbstract error whn trying to generate a diagram (on docker) #27
Comments
I get the same error |
Hello, I have been utilizing I would ask for the image version that you was using at that time but at least the image tagged As info. the image tagged I'll expose a demonstration about how I use the tool on a pretty straighforward project and the results that I got. Project structure and files
For my purposes I have to use a # .docker/compose.yaml
services:
# Some other services before this line.
uml:
image: montealegreluis/phuml:latest
volumes:
- ./../:/code
- ./../uml:/uml Hands onAfter observing the documentation and the "layers" that
To execute the
ResultsAfter observe the Expected for me ofc! ⚽️ References
I didn't review the final reference, but seems ok for me share the blog related with this tool and how the autor use it. |
Hello @MontealegreLuis Maybe you could review this issue and close it, assuming that there is an incomplete evidence from the author and the project have at least a Docker image working (I did not try all of them). |
I can confirm this error. It may be due to using phUML docker image on a PHP 8.2 code base. |
I can confirm this error. I am also using PHP 8.2. |
I can't get phuml on docker to work, I haven't tried with Composer or Phive.
It was working last time I tried some months ago.
I tried the examples on the docs page and also tried editing it without any success
The text was updated successfully, but these errors were encountered: