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

Wheres the autoloader? #11

Closed
rappol opened this issue Feb 24, 2016 · 1 comment
Closed

Wheres the autoloader? #11

rappol opened this issue Feb 24, 2016 · 1 comment

Comments

@rappol
Copy link

rappol commented Feb 24, 2016

Hi Steven,

im trying to use your repository but im unable to make it work. I've downloaded the zip file and upload it to my server (it's a shared one) and when i unzipped...there isnt a folder named Vendor....which is supposed to live the autoload.php

Can you tell me what im doing wrong?

@stevenmaguire
Copy link
Owner

This project is intended to be installed using the composer package manager. Composer installs this and other dependencies, then generates the autoload assets you appear to be missing.

If your project already uses composer, you can follow the installation guidelines in the read me. If your project does not already use composer, I recommend researching how to get started with composer at getcomposer.org.

If manual deployment via FTP is your only option, I suggest using composer to build your solution locally then upload the entire built solution to the web server.

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