'touch' is not recognized as an internal or external command, operable program or batch file

后端 未结 9 1103
失恋的感觉
失恋的感觉 2020-12-13 17:56

I work with laravel 5 , when i type in windows cmd this command \"touch storage\\database.sqlite\" this error message rise \'touch\' is not recognized as an internal or ex

9条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-13 18:37

    If you are on windows device just install git bash and type the following command

    touch test.html.
    

    The above command will generate a zero kilobyte test.html file for you in your specified directory. It is applicable to any other type of file.

提交回复
热议问题