From 98661fcbfc8828791aaf9b5e148fb0a9984f4162 Mon Sep 17 00:00:00 2001 From: meaz Date: Thu, 10 Feb 2022 19:30:17 +0100 Subject: [PATCH] as I'm on it, add info about the grav form plugin we use --- vagrant/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index ba9a4a7b..519565ea 100755 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -97,6 +97,7 @@ yes | sudo -u "${WWW_USER}" php8.0 bin/gpm install tagcloud # https://github.com/Perlkonig/grav-plugin-tagcloud yes | sudo -u "${WWW_USER}" php8.0 bin/gpm install form +# https://github.com/getgrav/grav-plugin-form # Add Grav config (the second extra false should be set to true, but it creates an error in Grav ("Trying to access array offset on value of type null") # Create the Nginx config files and restart webserver