How to Create a Drupal 8 module
In this tutorial I am going to teach you how to create a Drupal 8 module First you need to create a folder with your module name under the modules/custom folder Then you need to create a your_module_name.info.yml file that contain informa... read more