@bipin, thank you for your help. I'm using MAMP, should i do that via a terminal?
@Snapey, i copied everything, because i compressed it first and then download. For the .env here's the code:
APP_ENV=local APP_KEY=base64:rpoyQZafr2KQYo9EyYkGzRRY2zsEaufambqF0fiRrG0= APP_DEBUG=false APP_LOG_LEVEL=debug APP_URL=http://localhost IMG_DOMAIN=http://localhost APP_TYPE=2
DB_CONNECTION=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=<db_name_here> DB_USERNAME=root DB_PASSWORD=root
CACHE_DRIVER=array SESSION_DRIVER=file QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379
FROM_ADDRESS=<text_here> FROM_NAME="<text_here>" MAIL_DRIVER=sendmail MAIL_HOST=<text_here> MAIL_PORT=<text_here> MAIL_USERNAME=<text_here> MAIL_PASSWORD=<text_here> MAIL_ENCRYPTION=tls
CLIENT_ID=<text_here> CLIENT_SECRET=<text_here> REDIRECT=/auth/facebook
Please advise if my .env file is correct or not. Thank you