Useful modules during development

When developing a new Drupal 8 site, the following modules are most useful:

Drupal

composer require drupal/devel;
composer require drupal/search_kint;
composer require drupal/admin_toolbar;

Backdrop

The easiest way to start developing a Backdrop website is to install the AltaGrade Developer Stack for Backdrop.

However, it requires your local development environment to be set based on Docksal, which in turn requires Docker. So if are on some other environment and you'd like to start developing a Backdrop site from scratch, then we strongly recommend to install Brush and get the following modules installed:

brush -y en devel
brush -y en demo
brush -y en search_krumo
brush -y en coder_upgrade
brush -y en coder_review
brush -y en default_views_config

We value your opinion. Please add your feedback.

Filtered HTML

  • Allowed HTML tags: <h2> <h3> <h4> <h5> <h6> <del> <ins> <img> <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <iframe> <span> <sup> <div> <table> <thead> <th> <tbody> <tr> <td> <video> <hr>
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Global tokens will be replaced with their respective token values (e.g. [site:name] or [current-page:title]).
  • Use [collapse] and [/collapse] to create collapsible text blocks. [collapse collapsed] or [collapsed] will start with the block closed.
  • To post pieces of code, surround them with <code>...</code> tags. For PHP code, you can use <?php ... ?>, which will also colour it based on syntax.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.