Download
There are a few ways you can obtain phpVMS and its dependencies. The full
package method already includes the vendor directory and you don't need to do
anything but upload it.
Downloading Full Package
The zip/tar file from the downloads site contains all of the dependencies. Source code is not suitable for a fresh installation.
- Official releases and pre-releases - The latest released versions !!! DO NOT DOWNLOAD THE SOURCE CODE !!!
- Development branch, TAR.GZ - The latest development build, may contain new bugs or non-documented features
- Development branch, ZIP - The latest development build, may contain new bugs or non-documented features
Cloning the Repository
If you chose to instead clone it from Github, rather than download it from above, you can do the following:
git clone https://github.com/nabeelio/phpvms.git
cd phpvms
composer install
After running composer install, you can continue the installation
instructions. DO NOT USE composer update as it may break your install.