search

Home  >  Q&A  >  body text

php - composer create-project --prefer-dist laravel/laravel TestItem

I found two solutions on the Internet (unable to solve it!):

Failed to solve the problem, please solve it...??

PHP中文网PHP中文网2785 days ago1063

reply all(1)I'll reply

  • 阿神

    阿神2017-06-19 09:09:05

    Add this to your composer.json file

    "repositories": [
            {
                "type": "composer",
                "url": "https://packagist.org"
            },
            { "packagist": false }
    ]

    Then:

    composer clear-cache
    
    composer install
    

    reply
    0
  • Cancelreply