Hello,
I am just starting with Drupal and wanted to go through Acquia's video series on Drupal 8.
Installed I have Drupal 9, for installation I use the composer and drush. The two main commands are:
composer create-project drupal/recommended-project govt_policy
and
drush site:install
First, I did a minimal install with 'drush site:install minimal' and found that, unlike in the video, not a single Content Type was installed (Basic.page and Article are directly present in the video). Also the Add Block function is not there. Ok, in the forum I read that this is the case with Drupal 8, if you install with the option 'minimal'. So deleted everything and installed as described without the option 'minima'.
Unfortunately, the said content types and the add block functionality are not there even after the new installation. I did not find any modules to install these functions.
I had read that Drupal 8 and 9 are very identical. Am I doing something else wrong, or is it hopeless to go through a video tutorial on Drupal 8 to learn Drupal 9?
regards, Volker