📅  最后修改于: 2022-03-11 14:51:20.147000             🧑  作者: Mango
Do the following steps:
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 db:seed
7.Run php artisan serve
8.Go to link localhost:8000 OR 127.0.0.1:8000