Download the PHP package margauxdupuy/blueberry-project without Composer
On this page you can find all versions of the php package margauxdupuy/blueberry-project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download margauxdupuy/blueberry-project
More information about margauxdupuy/blueberry-project
Files in margauxdupuy/blueberry-project
Package blueberry-project
Short Description A composer-based Drupal 8 project template for Blueberry Distribution.
License GPL-2.0-or-later
Informations about the package blueberry-project
Blueberry Distribution Drupal 8
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
- Composer
Installation
First declare a PROJECT_CODE variable which will be used as project folder and database name :
-
sh/bash/zsh:
export PROJECT_CODE="blueberry"
- fish:
set PROJECT_CODE "blueberry"
Then, get the code source of the profile Blueberry, you can run the command below :
Then you can choose which module packages you want to activate by adding them in Drupal installation form (not ready in command line).
Finally, completes the installation of the profile, assuming you can access a database on localhost with root:root :
Theme installation
Update
-
To update Drupal Core and its dependencies, run :
- To update Blueberry profile, run :
Enable developer mode / disable cache
Source : https://www.liip.ch/en/blog/lets-debug-drupal-8
Uncomment these lines in settings.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”:
-
uncomment these lines to disable CSS/JS aggregation:
-
uncomment these lines to disable the render cache and the dynamic page cache:
- you can allow test modules and themes to be installed if needed with:
Disable Twig caching in development.services.yml
and add the following settings :
All versions of blueberry-project with dependencies
composer/installers Version ^1.2
cweagans/composer-patches Version ^1.6.5
drupal/console Version ^1.0.2
drupal/core Version ^8.8.0
drupal/core-composer-scaffold Version ^8.8.0
drush/drush Version ^9.7.1 | ^10.0.0
vlucas/phpdotenv Version ^4.0
webflo/drupal-finder Version ^1.0.0
zaporylie/composer-drupal-optimizations Version ^1.0
margauxdupuy/blueberry Version ^1.0