Permissions to run Laravel cache clearing commands: Something weird happened to the permissions on this server. We had to set the files' owner:group to "nobody:nobody" for the files to work but now we can't run laravel cache clearing commands or change files with ftp. Do the following to get the laravel commands working: ssh into the server as root user and run `sudo su` to elevate permissions to root Run: `chown -R aromayogini:aromayogini .` from laravel root directory to change owner:group of all the laravel files Then run the Laravel cache clearing commands Then run `chown -R nobody:nobody .` to set back to Apache's "nobody" owner:group