cloning laravel project from github

前端 未结 4 1140
别那么骄傲
别那么骄傲 2021-01-30 03:43

I\'m new to github and I found this site very useful for lot of us. I came up on storing my laravel project here in github, but theres a problem every time I will clone it to be

4条回答
  •  [愿得一人]
    2021-01-30 04:09

    Run the following commands:

    git clone --single-branch --branch [TAG_VERSION] https://github.com/laravel/laravel.git [CUSTOM_PROJECT_NAME]
    composer install
    

提交回复
热议问题