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
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