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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With