I work with laravel 5 , when i type in windows cmd this command "touch storagedatabase.sqlite" this error message rise 'touch' is not recognized as an internal or external command, operable program or batch file. any hint to solve it ?
if you are using node.js just use npm to install it on Windows:
C: pm install touch-cli -g
it will install the command line interface for touch, you can then use it the same as unix...
2.1m questions
2.1m answers
60 comments
57.0k users