Issue
I cloned project from https://github.com/victorfleite/blog-php-oop . How to create vendor folder and install dependency? Thank you.
Solution
Just use command composer install
in command line (from same directory where composer.json is located). If you don't have an installed composer yet, first install it.
https://getcomposer.org/download/
Answered By - Rafał Nowak Answer Checked By - Cary Denson (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.