Hi,

I am working on connecting Apache Thrift to Apache Airavata environment.
I am using an MVC php framework, called Laravel. I am trying to integrate
the thrift composer package here -
https://github.com/apache/thrift

. I have got the code through composer. But I am unable to actually use the
classes.

Since the autoload says -

"autoload": { "psr-0": {"Thrift": "lib/php/lib/"} },

I have tried to load it using -

use Thrift/Thrift;

But it throws a 'Trait not found' error.

Can you please guide me what am I doing wrong and how do i correct it to be
able to use Thrift Classes. I will really appreciate it.

Thanks
-- 
-Sincerely,
Nipurn Doshi

Reply via email to