Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). Varbase Media Header 9.2.1 Minor update available for module varbase_media_header (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This project provides a Composer template for managing dependencies when setting up LocalGov Drupal Microsites. It offers a starting point for creating a microsites project with Composer.

LocalGov Drupal Microsites Composer project template

This project template provides a starter kit for managing your LocalGov Drupal Microsites dependencies with Composer.

Usage

First you need to [install Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx).

After that you can create the project:

composer create-project --stability stable drupal/localgov_microsites_project:^4.0 MY_PROJECT --no-install
 

Using Lando

If using Lando, you can then boot up Lando and run the site install

cd MY_PROJECT
lando start
lando composer install
lando drush si localgov_microsites -y

 

Using DDEV

If using ddev, you can then boot up ddev and run the site install

cd MY_PROJECT
ddev start
ddev composer install
ddev drush si localgov_microsites -y

 

Using host machine

If you're working directly on your host machine, you'll still need to run the composer install.

cd MY_PROJECT
composer install
drush si localgov_microsites -
y
 

See the README.md for more information.

Activity

Total releases
6
First release
Aug 2025
Latest release
1 month ago
Releases (12 mo)
6 ▲ from 0
Maintenance
Active

Release Timeline

Releases

Version Type Release date
5.0.0 Stable Jun 2, 2026
4.x-dev Dev Mar 19, 2026
5.x-dev Dev Mar 19, 2026
4.1.1 Stable Jan 12, 2026
4.1.0 Stable Jan 12, 2026
4.0.2 Stable Aug 14, 2025