MAPI
MAPI copied to clipboard
error using in laravel
it gives error require_once(PEAR.php): Failed to open stream: No such file or directory while using with laravel.
if there is any dependency required then can you update in docs 😄
Interesting. Stack trace?
I can see in pear/ole, it is only requiring pear/pear-core-minimal in require-dev now (instead of require) and that may break you in prod. So can can try:
composer require pear/pear-core-minimal