I'm new in laravel and I'm trying to install laravel to my computer but it didn't go so well after i execute the vagrant up command in git, Below is the error i got from the command. Any help is appreciated.
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "ffd91f1e-10a6-4105-b522-8b5f86a1893b", "--type", "headless"]
Stderr: VBoxManage.exe: error: Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE).
VBoxManage.exe: error: AMD-V is disabled in the BIOS (or by the host OS) (VERR_SVM_DISABLED)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
User contributions licensed under CC BY-SA 3.0