Creating a custom module in Drupal 8 The undying "Hello World!"
In this tutorial I'm going to show you a step by step guide on how to create a custom module in Drupal 8 from the scratch. We are going create a custom block that display the undying "Hello World" message.
Let's get started
-
Inside your module folder(hello_world) create hello_world.info.yml file.