diff options
author | Fahad Israr | 2019-07-03 13:22:13 +0530 |
---|---|---|
committer | Fahad Israr | 2019-07-03 13:22:13 +0530 |
commit | fd04311179377ce2b4c5697be2ae2a2b51a1b2f3 (patch) | |
tree | 8fd529d45e37612de276b07be5caaa7335114c9a /modules/fahad | |
parent | 35646d229739b283da6cf1e0958f1f7d28062442 (diff) | |
parent | 58dbf8fcb04c01c338b9e346b8266690c8b92a2f (diff) | |
download | acadmix_distribution-fd04311179377ce2b4c5697be2ae2a2b51a1b2f3.tar.gz acadmix_distribution-fd04311179377ce2b4c5697be2ae2a2b51a1b2f3.tar.bz2 acadmix_distribution-fd04311179377ce2b4c5697be2ae2a2b51a1b2f3.zip |
Merge branch 'master' of https://github.com/FOSSEE/acadmix_distribution
Diffstat (limited to 'modules/fahad')
-rw-r--r-- | modules/fahad/README.md | 38 |
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. |