Open uttara010 opened 8 years ago
Set the unoconv.binaries property. You can find out where are they by executing which unoconv in shell.
$unoconv = Unoconv::create([ [
'unoconv.binaries' => '/usr/bin/unoconv',
] );
Hi there,
I am having some problems using unoconv for file conversion using php-unoconv in laravel. When running unoconv from command prompt it works fine, just that I have to navigate to unoconv directory to run the command
when running the laravel application for file conversion using php-unoconv, I am getting this error
ExecutableNotFoundException in AbstractBinary.php line 160: Executable not found, proposed : unoconv
Thanks