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

Hey when use git clone: to download , i can't find the vendors folder nor the autoload.php file #1353

Closed
1 of 3 tasks
wibgates opened this issue Apr 19, 2018 · 2 comments
Closed
1 of 3 tasks

Comments

@wibgates
Copy link

wibgates commented Apr 19, 2018

This is:

Expected Behavior

Please describe the behavior you are expecting.

Current Behavior

What is the current behavior?

Failure Information

Please help provide information about the failure.

How to Reproduce

Please provide a code sample that reproduces the issue.

<?php
require __DIR__ . '/vendor/autoload.php';

$phpWord = new \PhpOffice\PhpWord\PhpWord();
$section = $phpWord->addSection();
$section->...

Context

  • PHP version:
  • PHPWord version: 0.14
@troosan
Copy link
Contributor

troosan commented Apr 19, 2018

you can find all about Composer here: https://getcomposer.org/
once you have the sources, you need to run composer update to download the dependencies

@troosan troosan closed this as completed Apr 19, 2018
@wibgates
Copy link
Author

thanks it worked with composer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants