packages
packages copied to clipboard
Use web_url in views/Plugin/Satis/Inventory/view.html.twig to link package?
The web_url in the database should be used to link dependencies in views/Plugin/Satis/Inventory/view.html.twig instead of linking packages on packagist.org which are not available.
Agreed, nice catch. Thanks for the bug report!
This would be nice.
But aware, that the web_url
doesn't contain the URL of the terramar-labs/packages instance.
Also aware, that there can be a mix of public packages (packagist.org), private packages (packagist.com) and self hosted packages (terramar-labs/packages instance).
As there is no further information in the link provided by the composer repository, it seems difficult to identify the packages.
It might be useful to store the package name in the database, so the property target
could be used to identify self hosted packages.