GoogleCloudPlatform / appengine-symfony-starter-project

Symfony Starter Project on Google App Engine
Apache License 2.0
42 stars 13 forks source link

include the autoloader to where #1

Closed boybeak closed 8 years ago

boybeak commented 8 years ago

i don't know where to put this require_once '/path/to/your-project/vendor/autoload.php';

bshaffer commented 8 years ago

You don't need to worry about it, as it's included already

this will be fixed in #3