Im using laravel 8 and my php version 8.0.12 for details check the photo
CodePudding user response:
Your software dependencies have an incompatible version conflict.
Try to Run this command:
composer install --ignore-platform-reqs
or
composer update --ignore-platform-reqs