You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
Yes, it's still reproducable
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 to composer require maatwebsite/excel ^3.1 or composer require maatwebsite/excel 3.1.x-dev (include --with-all-dependencies too) but it still doesn't work.
Also added manual providers and aliases on config/app.php file still error.
How can the issue be reproduced?
And run command composer show maatwebsite/excel, show:
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: