How to Apply Chmod 777 to a Folder and its Contents in Linux
chmod 777chmod(string $filename , int $permissions ): bool Attempts to change the mode of the specified file to that given in permissions.If you are going for a console command it would be: chmod -R 777 store. The -R