The wrong way to build a Drupal site is to jump straight into Drupal and
start building out content types. I've heard a lot of people praise Drupal
for it's usefulness in prototyping, and I've been guilty of doing this myself in
In order to properly manage a Drupal project you have to master the art of managing projects within projects. A Drupal site is really made up of numerous components such as modules, features and themes that in turn are their own projects....
When I'm totally burried in Drupal 8 code and terminology, I like to take a step back to get an overview. While studying the routing system and controllers I wanted to have an overview of the total page call process.
When I'm totally burried in Drupal 8 code and terminology, I like to take a step back to get an overview. While studying the routing system and controllers I wanted to have an overview of the total page call process.