Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error using in laravel #46

Open
satis-m opened this issue Jun 24, 2024 · 1 comment
Open

error using in laravel #46

satis-m opened this issue Jun 24, 2024 · 1 comment

Comments

@satis-m
Copy link

satis-m commented Jun 24, 2024

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 😄

@hfig
Copy link
Owner

hfig commented Jul 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants