Answer the question
In order to leave comments, you need to log in
Why doesn't Kohana autoload work?
I'm trying to connect the package https://packagist.org/packages/facebook/php-sdk-v4
I do everything according to this instruction: www.andrewault.net/2013/10/31/use-composer-with-ko...
Composer file .json
{
"config": {
"vendor-dir": "application/vendor"
},
"require": {
"phpunit/phpunit": "3.7.24",
"phing/phing": "dev-master",
"facebook/php-sdk-v4": "4.1.*@dev"
}
}
require APPPATH . 'vendor/autoload.php';
$session = new FacebookSession();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question