Installing specific laravel version with composer create-project

后端 未结 7 1157
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-28 03:23

The fastest and simplest way of installing Laravel is via composer command. From the laravel docs (http://laravel.com/docs/quick), it shows that we can install it with this:

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 03:55

    Try via Composer Create-Project

    You may also install Laravel by issuing the Composer create-project command in your terminal:

    composer create-project laravel/laravel {directory} "5.0.*" --prefer-dist
    

提交回复
热议问题