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

Run application #6

Open
thilipdilip opened this issue Feb 11, 2019 · 2 comments
Open

Run application #6

thilipdilip opened this issue Feb 11, 2019 · 2 comments

Comments

@thilipdilip
Copy link

How to run the demo code, you have given vendor/autoload.php in your code, but when we download and extracted, Unable to find to find how to run the code.

@swar8080
Copy link
Owner

The vendor/autoload.php is generated when you use a tool called composer to download this project.

The steps to use it would be:

  • Download composer
  • Create a new directory and cd into from the command line
  • Run the command composer init to create a new composer project
  • Run the command composer require swar8080/fast-stock-quotes and composer will add the vendor folder to that directory with all of the files needed to use this project

@thilipdilip
Copy link
Author

thilipdilip commented Feb 21, 2019 via email

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