Answers for "Your requirements could not be resolved to an installable set of packages. Problem 1 - laravel/ui[v2.5.0, ..., 2.x-dev] require illuminate/console ^7.0 -> found illuminate/console[v7.0.0, ..., 7.x-dev] but it conflicts with another require."

PHP
1

composer require laravel/ui laravel 7

composer require laravel/ui:^2.4
Posted by: Guest on December-03-2020

Code answers related to "Your requirements could not be resolved to an installable set of packages. Problem 1 - laravel/ui[v2.5.0, ..., 2.x-dev] require illuminate/console ^7.0 -> found illuminate/console[v7.0.0, ..., 7.x-dev] but it conflicts with another require."

Browse Popular Code Answers by Language