Skip to content

Varying-Vagrant-Vagrants/vvv-utilities

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
nvm
 
 
 
 
php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

VVV Extensions

Codacy Badge

These are optional system level features and software for VVV, we call them extensions. This repo is the core extension, and has a continuous release process, all version of VVV use this git repo.

Extensions used to be called utilities, but people got confused and kept asking for extensions.

Here is how you might use this utility to install software in config/config.yml:

extensions:
  core: # The core VVV utility
    - tls-ca # HTTPS SSL/TLS certificates
    - phpmyadmin # Web based database client
    - php83 # PHP Version 8.3

Each item is the name of a folder, in the above example, adding php83 means that VVV will run the php83/provision.sh script when provisioning. Likewise if you added a banana/provision.sh and listed - banana in config/config.yml, then banana/provision.sh would run on the next provision.

For more information about extensions and how to create your own, read our extensions chapter on the documentation site.