PHPackages                             margauxdupuy/blueberry - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. margauxdupuy/blueberry

ActiveDrupal-profile[Framework](/categories/framework)

margauxdupuy/blueberry
======================

Project template for Drupal 8 projects starting with Blueberry Distribution

v1.1(5y ago)061GPL-2.0-or-laterPHP

Since May 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/margauxdupuy/blueberry)[ Packagist](https://packagist.org/packages/margauxdupuy/blueberry)[ RSS](/packages/margauxdupuy-blueberry/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (21)Versions (3)Used By (1)

Blueberry Distribution Drupal 8
===============================

[](#blueberry-distribution-drupal-8)

What is Blueberry Dristrib D8
-----------------------------

[](#what-is-blueberry-dristrib-d8)

The Blueberry Distrib D8 provides a pre-installed website for Drupal 8 with the basic modules and an administration theme configured.

Requirements
------------

[](#requirements)

- Composer

Installation
------------

[](#installation)

Get the code source of the profile Blueberry, you can run the command below (replace PROJECT\_CODE by the name of your project) :

```
composer create-project margauxdupuy/blueberry-project --stability=dev PROJECT_CODE

```

Command line is not yet ready for the package selection.

Finally, complete the installation of the profile, assuming you can access a database on localhost with root:root.

Don't forget to export the configuration with :

```
drush cex -y

```

Theme installation
------------------

[](#theme-installation)

Update
------

[](#update)

- To update Drupal Core and its dependencies, run :

```
composer update drupal/core webflo/drupal-core-require-dev "symfony/*" --with-dependencies

```

- To update the profile, run :

```
composer update druids/blueberry --with-dependencies

```

Enable developer mode / disable cache
-------------------------------------

[](#enable-developer-mode--disable-cache)

Source :

Uncomment these lines in `settings.php` :

```
if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
  include $app_root . '/' . $site_path . '/settings.local.php';
}
```

Create the file `settings.local.php` in web/sites/default` (you can duplicate example.settings.local.php`).

Uncomment/update some values in settings.local.php` :

- uncomment this line to enable the “null cache service”:

```
$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml';
```

- uncomment these lines to disable CSS/JS aggregation:

```
$config['system.performance']['css']['preprocess'] = FALSE;
$config['system.performance']['js']['preprocess'] = FALSE;
```

- uncomment these lines to disable the render cache and the dynamic page cache:

```
$settings['cache']['bins']['render'] = 'cache.backend.null';
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
```

- you can allow test modules and themes to be installed if needed with:

```
$settings['extension_discovery_scan_tests'] = TRUE;
```

Disable Twig caching in `development.services.yml` and add the following settings :

```
parameters:
    twig.config:
        debug: true
        auto_reload: true
        cache: false
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~34 days

Total

2

Last Release

2150d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b40b92ec6381fa02258b5326bb95ea7416c828fdee95fd5ba328d805f29a7f14?d=identicon)[margauxdupuy](/maintainers/margauxdupuy)

### Embed Badge

![Health badge](/badges/margauxdupuy-blueberry/health.svg)

```
[![Health](https://phpackages.com/badges/margauxdupuy-blueberry/health.svg)](https://phpackages.com/packages/margauxdupuy-blueberry)
```

###  Alternatives

[drupalwxt/wxt

Project template for Drupal 10 sites built with the WxT distribution.

29159.8k8](/packages/drupalwxt-wxt)[voidagency/vactory_starter_kit

Vactory is a custom Drupal profile which is developed and released by VOID Agency.

1019.7k](/packages/voidagency-vactory-starter-kit)[govcms/govcms

GovCMS Drupal Distribution

18997.1k3](/packages/govcms-govcms)[thunder/thunder-distribution

The thunder distribution

50634.8k3](/packages/thunder-thunder-distribution)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
