Drupal

Install Drupal modules without learning composer or the command line

One of the main complaints non-developers have about Drupal involves composer. In the Olden Tymes, you could just upload a module to your site and that was it. Nowadays you're supposed to use composer and not using it will cause problems.

Unfortunately, using composer means you have to learn how to open a command line program and type in arcane commands. As a result, many people reject Drupal in favor of Wordpress.

Thankfully, we've created a way around that!

Review of Drupal CMS 1.0

I tried out the 1.0 version of Drupal CMS and it has some room for improvement as they say. For those who weren't aware, "Drupal CMS" is a Drupal distribution that comes with preinstalled modules, recipes for creating different types of sites, and other enhancements designed to make it more friendly for non-developers. Recipes are a yml file plus maybe code, and they're similar to what the Features module produced for D7 and before.