Dont know why this is happening I am running laravel/homestead box on vagrant/virtualbox, and I have I project I have been working on, but now cloned a sample project from azure. My original project is at /home/vagrant/myproject
and my azure project is at /home/vagrant/azure
but I run php artisan serve from /home/vagrant/azure and when I click the link I get the project from /home/vagrant/myproject
I tried doing php artisan serve with --host and --port options, if I change the host I get the same result, if I change the port I get a connection refused error.
Why isnt it loading the project from /home/vagrant/azure ???