I am using Laravel 5.2, with composer this package (https://github.com/kbariotis/feedly-api) have installed.
but that not work :(
app/Http/Controllers/TestController.php
$feedly = new Feedly(new feedly\Mode\SandBoxMode(), new feedly\AccessTokenStorage\AccessTokenSessionStorage());
saying the class was not found.
Fatal error: Class 'App\Http\Controllers\feedly\Feedly' not found
there is my package this path:/vendor/kbariotis/feedly-api/src/feedly/Feedly.php