How could you maatwebsite/excel? Install version 3.1? Everything I did didn't work and I got an error. Laravel 11 is not compatible with PHP version 8.2 for this package
hi i have a doubt how you make for use laravel 11 if is necesary have a minimal version of php 8.2, this is the reason that in my case allways i have this error when install the library of maatwebsite/excel require php ^7.0 -> your php version (8.2.12) does not satisfy that requirement. Thanks for you answer
In my case I uninstalled XAMPP and then used dockerfile "Laravel SAIL" and it worked, On the other hand you can also simply reinstall XAMPP if you don't want to use laravel sail
Thanks a lot mate :D
Ajudou bastante, obrigado!
How could you maatwebsite/excel?
Install version 3.1?
Everything I did didn't work and I got an error.
Laravel 11 is not compatible with PHP version 8.2 for this package
Watch the video carefully, and update your PHP version.
hi i have a doubt how you make for use laravel 11 if is necesary have a minimal version of php 8.2, this is the reason that in my case allways i have this error when install the library of maatwebsite/excel require php ^7.0 -> your php version (8.2.12) does not satisfy that requirement.
Thanks for you answer
You can try simply to install without the caret
composer require maatwebsite/excel
@@limonfwt thanks
In my case I uninstalled XAMPP and then used dockerfile "Laravel SAIL" and it worked,
On the other hand you can also simply reinstall XAMPP if you don't want to use laravel sail