Table of contents
Download and Install Following Software:
- Drupal VM :- drupalvm.com
- Vagrant amd64 :- vagrantup.com/downloads
- Composer :- getcomposer.org/download
- VirtualBox 6.1.18 :- virtualbox.org/wiki/Download_Old_Builds_6_1
Steps:
> Inside any drive(like C or D) create a new folder.
1) Inside that folder extract Drupal-VM file.
2) Create new folder and give it a name(like Drupal-Project).
3) Inside Drupal-Project run composer create-project --no-install drupal/recommended-project
name of your project(Eg : Phone).
> Inside Drupal-VM run vagrant up --provision.
> After that run vagrant up.
> And Voila your project is created.
> End of the day run vagrant halt so that your project will not crash.