-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Bug]: Class \"Maatwebsite\\Excel\\Facades\\Excel\" not found on Laravel 11 #4268
Comments
Your requirements could not be resolved to an installable set of packages. Problem 1
##same issue here |
Please read the output of composer: phpoffice/phpspreadsheet[1.15.0, ..., 1.29.10] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension. |
I have ext-zip on my environment, but still couldn't run this package on Laravel 11 |
ext-zip needs adding to composer.json too |
This remark is too vague to be able to help. Please share more information: what doesn't work? Which errors did you get? |
No, it doesn't
Why can't you post the error you have? |
Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
What version of Laravel Excel are you using?
^3.1 | 3.1.x-dev
What version of Laravel are you using?
^11.9
What version of PHP are you using?
^8.2
Describe your issue
I have tried installing
composer require maatwebsite/excel
tocomposer require maatwebsite/excel ^3.1
orcomposer require maatwebsite/excel 3.1.x-dev
(include --with-all-dependencies too) but it still doesn't work.Also added manual
providers
andaliases
onconfig/app.php
file still error.How can the issue be reproduced?
And run command
composer show maatwebsite/excel
, show:What should be the expected behaviour?
It looks like this package is not yet compatible with Laravel 11 because the lts from composer show is laravel/scout ^10.0, can anyone help?
The text was updated successfully, but these errors were encountered: