composer installation problem in laravel 9 #3524
-
I have installed laravel 9 with livewire and tailwind. I tried to install the last version of laravel-excel. I get following message:
Laravel is a fresh installation and have no additional apps installed as written. Any Idea why I got this messages Andreas |
Beta Was this translation helpful? Give feedback.
Answered by
patrickbrouwers
Feb 9, 2022
Replies: 1 comment 3 replies
-
You have to set simple cache to 1.0 in your composer. Phpspreadsheet doesn't support newer version of that package |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
urshar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to set simple cache to 1.0 in your composer. Phpspreadsheet doesn't support newer version of that package