Skip to content
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

Suggestion: Provide a list of dependencies in a "Before you start" section of the Installation page #90

Open
hfoletto opened this issue May 21, 2024 · 0 comments
Assignees

Comments

@hfoletto
Copy link

Hello there, greetings!

I think that adding a list of dependencies for both back-end and front-end in a new "Before you start" section of the Installation page could be very helpful, to avoid having conflicts when installing the package.

It could also be handy to add a command to check if the installation would work, like so:

composer require package1:version1 package2:version2 --dry-run

or

npm install package1@version1 package2@version2 --dry-run

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants