cloning laravel project from github

前端 未结 4 1141
别那么骄傲
别那么骄傲 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:16

    1.Run `git clone 'link projer github'

    2.Run composer install

    3.Run cp .env.example .env or copy .env.example .env

    4.Run php artisan key:generate

    5.Run php artisan migrate

    6.Run php artisan serve

    7.Go to link localhost:8000

提交回复
热议问题