Install Laravel using Composer

后端 未结 7 2058
孤独总比滥情好
孤独总比滥情好 2020-12-17 05:45

I\'m trying to install Laravel using Composer, but after running the following command

composer create-project laravel/laravel cmsLaravel 5.2
         


        
7条回答
  •  庸人自扰
    2020-12-17 06:04

    Change your command to this:

    composer create-project laravel/laravel cmsLaravel 5.2.*
    

    This mean any sub version of laravel 5.2.

提交回复
热议问题