package not work with php 8.2 and laravel 10 #4096
-
"I tried to download this library a lot and the library has a lot of errors." |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Same problem here with php 8.3 and Laravel 10 |
Beta Was this translation helpful? Give feedback.
-
This package runs perfectly on PHP8.3 and Laravel 10 as shown in our test runner https://github.com/SpartnerNL/Laravel-Excel/actions/runs/8180669583/job/22369151149 So please give more information if you expect help. "Lots of errors" and "Same problem" gives 0 clues to how I can even begin to try to help. |
Beta Was this translation helpful? Give feedback.
-
Sorry @patrickbrouwers, the problem is when installing throught Composer. This is the log when I run
But works when I run
Should you update
Many thanks. |
Beta Was this translation helpful? Give feedback.
-
I've seen in your documentation that we must use It's installs ok, so this issue is invalid for me. Thanks. |
Beta Was this translation helpful? Give feedback.
I found the problem. Windows needs to escape the caret, so the correct commad for installing it is
composer require "maatwebsite/excel:^3.1"
I knew it, but forgot 🤦♂️