Running dll via php and Laravel

Asked

Viewed 74 times

0

I have a project in php with Laravel and I need to use some functions contained in a dll, I tried to use the COM(Component Object Model) class native to PHP, but the Laravel from as a class not found, as I can use this class that is native to php in Laravel ?

  • 1

    For conversation starters, the class you require is registered?

  • Which code is used and which is giving error???

  • You are registered yes, "{310DBDAC-85FF-4008-82A8-E22A09F9460B}". And the error happens when constructing the COM class.

  • Try adding the following line in php.ini: Extension=php_com_dotnet.dll and after that restart the service.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.