克隆Laravel项目并安装composer和npm然后也给我错误500页找不到

I created project and push it to github Now I clone it into another pc

What i have done is

> composer install
> npm install

//also import the same database in sql 

now when I open project link in browser it's showing me error of page not found 500

First create copy .env.example to .env file

> copy .env.example .env

> php artisan key:generate

then goto your .env file and change database details
this might work for you

try php artisan serve and then localhost:3000 on browser