0

My larevel app insatller is not going ahead with this error seen in picture below i am using windows 10 with Xampp

enter image description here

Tried .env permission

enter image description here

3 Answers3

0

It's a permission issue try to set 644 for .env file which is standard for files. You can do that by right-clicking on the file in windows & select properties.

Arif Pavel
  • 93
  • 7
  • edited the question as you can see permission in my list – swapnil desai May 06 '20 at 11:13
  • Ok, now go to edit for authenticated users & tick off the full control. – Arif Pavel May 06 '20 at 11:27
  • what permission is the installer showing for .env now? – Arif Pavel May 06 '20 at 12:01
  • special permission off for all and 1. only full control off for authenticated users. 2. all ticks on for system & administrators. 3. only read & execute, read on for users. Then verify the permission changes for .env in installer & I hope it will work. (What I stated above is the default .env permission for laravel. – Arif Pavel May 06 '20 at 12:07
0

It seems a permission problem.. as you dont have the right permission Follow this link ! https://stackoverflow.com/questions/30639174/how-to-set-up-file-permissions-for-laravel hope It will Help You!

void
  • 915
  • 8
  • 20
  • i am new to this and these sudo commands don't work with windows or i don't know where to use these commands please guide – swapnil desai May 06 '20 at 11:15
0

Guys it wasn't working normally so i went on shared hosting and there were linux permisssions and i modified them and it worked and i cloned the REPO to my local server and solved the issue tahnks for the feedback