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
The command you're trying to run is a unix/linux based command so it won't work in Windows.
All it does is update the modified timestamps of a file.
There's another question on here that gives you an alternative for Windows: https://superuser.com/questions/10426/windows-equivalent-of-the-linux-command-touch/764716