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
Fixed after running this command:
npm install touch-cli -g
After that I can run this:
touch .babelrc