I'm trying to open tinker in a Laravel project, but when I run php artisan tinker
I get this error:
ErrorException
file_exists(): Unable to find the wrapper "hoa" - did you forget to enable it when you configured PHP?
I can't find everything similar error online, I found only similar errors but with 'wrapper http' . Does anyone have any suggestions? Thanks