-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Autoload Error on Installation in my Local Machine #838
Comments
You have to install composer and run 'composer install' in application root directory. |
@yogisfunda please follow the installation guide - http://devdocs.magento.com/guides/v1.0/install-gde/install/prepare-install.html |
@yogisfunda, we'd like to hear from you. Did you have your issue resolved using recommendations in the thread? |
I will solve the issue, but i'm not sure why this complication to have Thanks On Fri, Jan 2, 2015 at 11:12 PM, Sergey Verklov, Senior Product Manager <
|
Hi Yogesh, The concept behind composer is to use universal and organised Packages Manager. Web Applications became really complex now and lots of applications uses even more other libraries. Magento2 for example use some Symfony packages as well as some others. And simply composer is used to download them into your machine. Advantage is that when someone improve his package you can simply update it (package) using "composer update" without downloading whole Magento anew with new core. And even then some packages may be changed with dependency to the other packages (new ones) so then composer will install them too. It should work the same with extensions. Disadvantage of this solution however is backward compatibility so for example there may be change in Symfony package that will crash whole Magento2 application if Magento2 team don't update their packages to fir new changes. And so on. There is no better solution for now and everyone uses Composer at the moment (incl. biggest frameworks like Zend, Symfony and Laravel) for their packages management. |
Great explanation, @snky1987 . Thanks. |
Thanks for the elaborated information and it looks interesting.... :) Thanks
|
Closing the issue based on @yogisfunda comment. Thanks @snky1987 for your explanation. |
@ishakhsuvarov is perfectly right if you are on windows you just need to open command prompt and go to your project root directory and write "composer install" and restart your local server that's it you are all set to run by typing "http://localhost/Magento-project-name/setup" @snky1987 Thanx for explanation. |
…401-TravisBuildFail MAGETWO-64401: Travis Build Fail 2.0
Autoload Error
Vendor autoload is not found. Please run 'composer install' under application root directory.
The text was updated successfully, but these errors were encountered: