Laravel installer keeps installing 5.5 instead of 5.6

后端 未结 2 1915
無奈伤痛
無奈伤痛 2020-12-07 02:36

I installed php 7.2.2 / apache 2.4 and mysql-5.7 on windows 10.

I want to install laravel 5.6

first:

1.  composer clear-cache
2.  composer u         


        
2条回答
  •  攒了一身酷
    2020-12-07 03:11

    You have to do:

    composer create-project laravel/laravel your-project-name-here dev-develop
    

提交回复
热议问题