piyushparkash / FamilyTree

Vanshavali:- FamilyTree is simple PHP Application targetting the collection of family data which can viewed with beautiful visualisation. You can add/update data, play with the visualisation, show you children their roots, add new members as they enter your family.
GNU General Public License v3.0
81 stars 39 forks source link

I am getting error as the Vendor folder is missing #67

Closed kamleshpatani closed 3 years ago

kamleshpatani commented 3 years ago

Hi,

I am getting below error when i try to open page.

Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\FamilyTree/vendor/autoload.php'

piyushparkash commented 3 years ago

Hey @kamleshpatani, the dependencies are downloaded via composer.

Open terminal and goto the FamilyTree directory and run composer install. You might have to download and install composer.