Release notes snippet

To install the Varbase 11.0.0-beta2 version run this command:
composer create-project drupal/varbase_project:~11 PROJECT_DIR_NAME --no-dev --no-interaction
Set Up Varbase Locally
mkdir my_varbase_site
cd my_varbase_site
ddev config --project-type=drupal11 --docroot=web --php-version=8.4
ddev start
ddev composer create-project "drupal/varbase_project:~11"
ddev launch
Varbase documentation
Check out Varbase documentation for more details.
Highlighted important changes since Varbase 11.0.0-beta1:
- feat: #3610649 Let users choose a site template in the installer
- fix: #3610705 Create user 1 as webmaster in the browser installer, like ddev install-varbase does
Added since Varbase 11.0.0-beta1:
- feat: #3610649 Let users choose a site template in the installer
Fixes since Varbase 11.0.0-beta1:
- fix: #3610705 Create user 1 as webmaster in the browser installer, like ddev install-varbase does
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | varbase-11-00-00-b2.png | 13.89 KB | rajab natshah |
Issue fork varbase-3611373
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
rajab natshah✅ Released varbase-11.0.0-beta2
Comment #8
rajab natshah