I really need some help. I'm trying to install laravel using the homestead. I followed a step-by-step but could not access index.php, so I decided to do it all over again. But when I give a vagrant up it appears that the homestead-7 machine already exists, even after I deleted it with the vagrant destroy.
$ vagrant destroy
homestead-7: Are you sure you want to destroy the 'homestead-7' VM? [y/N] y
homestead-7: Destroying VM and associated drives...
$ vagrant up
Bringing machine 'homestead-7' up with 'virtualbox' provider...
==> homestead-7: Importing base box 'laravel/homestead'...
==> homestead-7: Matching MAC address for NAT networking...
==> homestead-7: Checking if box 'laravel/homestead' is up to date...
A VirtualBox machine with the name 'homestead-7' already exists.
Please use another name or delete the machine with the existing
name, and try again.