Skip to content

Instantly share code, notes, and snippets.

@MrCoder
Created October 27, 2023 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrCoder/283f751b593bd7d693209f6bf29a9809 to your computer and use it in GitHub Desktop.
Save MrCoder/283f751b593bd7d693209f6bf29a9809 to your computer and use it in GitHub Desktop.

If you have ZenUML Chrome Extension installed, it will automatically render the diagram in an interactive way.

image

Edit

It is generated using the following code:

title FireWeb on LaraSite Backend

FireWeb -> LaraSite.save(token, diagram) {
  FirebaseIdProvider.authenticate(token)
  save(diagram)
  return diagram_link
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment