I try to install atlantics cms by the composer installation on windows 10 , but the chmod -R 775
command doesn't work for the composer it generate the following error:
php artisan atlantis: key: generate Atlantis key [mCo2B8o6os5mdqyogTpb9a9WaTCpA4CU] set successfully. > chmod -R 775 storage 'chmod' is not recognized as an internal command or external, an executable program or a batch file. Script chmod -R 775 storage handling the post-create-project-cmd event returned with error code 1
How do I set files permission manually or by cmd?