summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFahad Israr2019-07-02 12:25:03 +0530
committerGitHub2019-07-02 12:25:03 +0530
commit46fc233abb5385e14fec7515acf619aa51541644 (patch)
treee2552f4eed2de04dcf6f54a5ffdd328a7c419c51
parent96794064b20917436ce73aedf015a9d53e8d00fb (diff)
downloadacadmix_distribution-46fc233abb5385e14fec7515acf619aa51541644.tar.gz
acadmix_distribution-46fc233abb5385e14fec7515acf619aa51541644.tar.bz2
acadmix_distribution-46fc233abb5385e14fec7515acf619aa51541644.zip
Update 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.