-
Notifications
You must be signed in to change notification settings - Fork 63
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
composer command line usage example in README.md #26
Comments
I think we should point to composer docs instead. Composer is widely used |
mhm... but all matters on how we force ppl to use composer... Following your example installation I will get stuck at the point |
Lets remove the global part. That is rarely used anyways. |
Questions follows: How is the |
Yeah, I think doing it without the global thing will be best... Even I dont see much benefit of using composer because I can update at any time using git for this... Anyways, we can add this as second "installation" concept |
You need the global in your include path. Following the example with manual |
I am little bit confused now
I know you are used to all the But please also accept that we have to write it so that everyone wont have any difficulties in understanding and installing it - either through I will take care of the git clone variant btw |
Composer is used for dependency management for you application. I usually create the composer.json manually, and composer require will add the lines I need, but usually I edit it in manually and do People should only install through composer, if they are familiar with composer. It should not IMHO be a guide to understand composer. I think you did great with the linking to more docs, and I think you made it clear. I see you rewritten the composer install, so I trust that you are satisfied with it now. |
It is necessary to have proper explanation on how to use the composer cmdlets (incl. self installation, update pdf-php, change to experimental, etc..) in the README.md
The text was updated successfully, but these errors were encountered: