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

missing vendor/autoload.php #134

Closed
LovindaAgung opened this issue Sep 18, 2018 · 1 comment
Closed

missing vendor/autoload.php #134

LovindaAgung opened this issue Sep 18, 2018 · 1 comment

Comments

@LovindaAgung
Copy link

hi, i checked that there is no such folder or file. should i add autoload.php manually?, how to do that?
thank you.

@jeroendesloovere
Copy link
Owner

It is correct that there is no vendor/autoload.php.
Since such a folder will automatically be added by Composer.

Composer is a dependency package provider that allows you to easily install vendors in to your project.
Please check out the composer website.

Once you have installed composer you can simple execute the following line in your terminal:
composer require jeroendesloovere/vcard and it will be downloaded immediately.

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