ninacoder-info / music-engine-web-wiki

11 stars 6 forks source link

Unable to find env file #18

Open sdhomane opened 2 years ago

sdhomane commented 2 years ago

Hi, Unable to find .env & .env.example file after downloading code from CodeCanyon. Is there any option from where can I download .env file?

BWingMedia commented 2 years ago

I am having the same issue and I see there has been no movement on this thread??? Were you planning on fixing it? Thank you.

BWingMedia commented 2 years ago

You have to reveal hidden files before uploading the files inside the upload folder. However, if you have already uploaded everything as I did, go back and unhide hidden files to find the .env file and upload it to your root folder.

On a Mac: Open Terminal Enter the following: defaults write com.apple.Finder AppleShowAllFiles true [Press Return] killall Finder To hide files again, change the “true” in the step above to “false”