summaryrefslogtreecommitdiff
path: root/modules/fahad/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'modules/fahad/README.md')
-rw-r--r--modules/fahad/README.md38
1 files changed, 37 insertions, 1 deletions
diff --git a/modules/fahad/README.md b/modules/fahad/README.md
index 8c65330..f1c877a 100644
--- a/modules/fahad/README.md
+++ b/modules/fahad/README.md
@@ -1 +1,37 @@
-Include your created custom modules for content type here \ No newline at end of file
+
+# Custom Modules Developed for Drupal 8
+
+# --Pre Requisites:
+
+--<b>Dupal Console Or Drush</b>
+
+# --To Install the Module(s):
+
+--Place the required Content Type Module(s) in The Custom Folder of Modules of your Drupal Directory<b>(./modules/custom)</b>
+
+# --Intsalling with Drupal Console :
+
+-->In the Terminal navigate to root directory of your Project.
+
+-->Run the Command:<b>$ drupal modules:install module_name.</b>
+
+-->Example if module is 'artcle' then run: $ drupal module:install article.
+
+# --Installing with Drush :
+
+-->In the Terminal navigate to root directory of your Project.
+
+-->Run the Command:<b>$ drush en module_name</b>
+
+-->Example if module is 'artcle' then run: $ drush en article
+
+
+# --I'd love it if you could Contribute to my Modules:
+
+--><b>Fork</b> my Repository
+
+-->Work with your Repo and commit to your Repository.
+
+-->Create a Pull Request.
+
+-->We’ll test your changes and Merge it.