This project is not covered by Drupal’s security advisory policy.

Stantard distribution made with Bootstrap_Barrio.

Activates and configure modules and blocks.

Define content types and view modes using Display Suite

Get Started

You will need the following installed:

Composer, obviously
Node, which includes the NPM package manager

When you have those, run this command:

$ composer create-project dfgroup/barrio-project:^8.2.0 MY_PROJECT --no-interaction

Composer will create a new directory called MY_PROJECT containing a public_html directory with a full Barrio code base therein. You can then install it like you would any other Drupal site.

How can I add Drupal modules and themes to my site with composer?

To install Drupal modules or themes for your site with composer, enter the following command at the root of your Drupal install:

$ composer require drupal/<modulename>

Download DrupalConsole on a current project based on Barrio distribution

If you already have a project using the Barrio distribution then you can download DrupalConsole by executing

composer require drupal/console:~1.0 \
--prefer-dist \
--optimize-autoloader \
--sort-packages \
--no-update
Supporting organizations: 
Pay for the programming hours

Project information

  • Created by hatuhay on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases