Search code examples
phplaravellaravel-livewire

Your requirements could not be resolved to an installable set of packages ,I get this error when I try to install livewire


Im using laravel 8 and my php version 8.0.12 for details check the photo

the error image


Solution

  • Your software dependencies have an incompatible version conflict.

    Try to Run this command:

    composer install --ignore-platform-reqs

    or

    composer update --ignore-platform-reqs