I have forked a php application .they have instructed as follows.
1.Application uses:
- PHP 7.1.3
- composer
- laravel
- MySql or PostgreSQL
I have installed everything as per instructions.
Install and configure application by running following commands
composer installmv .env.example .env
When I run mv .env.example .env as per instructions i get the following error
'mv' is not recognized as an internal or external command, operable program or batch file.
any help or suggestions will be helpfull