I am having difficulties installing the website from git. After I run composer install --no-dev -o I get this error:
Class 'Twig_Cache_Filesystem' not found
This is my .gitignore file, isn't composer install --no-dev -o enough to install it?
# Composer
.composer
/vendor
# Sass
.sass-cache
# Grav Specific
backup/*
!backup/.*
cache/*
!cache/.*
assets/*
!assets/.*
logs/*
!logs/.*
images/*
!images/.*
user/accounts/*
!user/accounts/.*
user/data/*
!user/data/.*
user/plugins/*
!user/plugins/.*
user/localhost/config/security.yaml
# template
user/themes/docs/node_modules/
user/themes/docs/dist/
# OS Generated
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
*.swp
# phpstorm
.idea/*
user/config/security.yaml
tests/_output/*
tests/_support/_generated/*
tests/cache/*
tests/error.log