Answers for "could not find package laravel/laravel with version 5.8.* in a version installable using your php version, php exte nsions and composer version"

PHP
3

[InvalidArgumentException] Could not find package laravel/laravel with version 7.0 in a version installable using your PHP version, PHP extensions and Composer version.

composer create-project --prefer-dist laravel/laravel="7.*" laravel7
Posted by: Guest on August-06-2021

Code answers related to "could not find package laravel/laravel with version 5.8.* in a version installable using your php version, php exte nsions and composer version"

Browse Popular Code Answers by Language