Level 53
That is because your cloned Homestead repo is not in the VM so there is no serve command. serve is an alias in Homestead repo for serve-laravel, which is a function method for serving Laravel applications. Look at /aliases on your system and in the Homestead cloned repo.
You would need to run that command from outside the VM and on the system with the homestead repo.
1 like