Install both Vagrant and VirtualBox to setup the boilerplate environment.
- Download and Install Vagrant
- Download and Install VirtualBox
- Clone this repository using
git clone --recurse-submodules https://github.com/pqina/filepond-boilerplate-php.git
to make sure the submodule gets installed. - Navigate into the directory and run
vagrant up
to start the project.
You can now access the boilerplate project at https://filepond.boilerplate
or https://192.168.33.10
.