summaryrefslogtreecommitdiff
path: root/modules/fahad/README.md
diff options
context:
space:
mode:
authorNitesh Kumar Sinha2019-07-02 17:40:53 +0530
committerGitHub2019-07-02 17:40:53 +0530
commit58dbf8fcb04c01c338b9e346b8266690c8b92a2f (patch)
treeab16a85a8213c31f2abaf34e9d7df44a0f7132ac /modules/fahad/README.md
parentc63a20a2e293cb104027480a5770406e3f17c514 (diff)
parent0d50e51638dac37bb5133b5024f2e44811e2745e (diff)
downloadacadmix_distribution-58dbf8fcb04c01c338b9e346b8266690c8b92a2f.tar.gz
acadmix_distribution-58dbf8fcb04c01c338b9e346b8266690c8b92a2f.tar.bz2
acadmix_distribution-58dbf8fcb04c01c338b9e346b8266690c8b92a2f.zip
Merge pull request #15 from FOSSEE/stage
merging Stage into master
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..a223493 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 fork and commit your changes to your Repo.
+
+-->Create a Pull Request.
+
+-->We’ll analyse your changes and Merge it.