You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
hi, i checked that there is no such folder or file. should i add autoload.php manually?, how to do that?
thank you.
The text was updated successfully, but these errors were encountered: