From 46fc233abb5385e14fec7515acf619aa51541644 Mon Sep 17 00:00:00 2001 From: Fahad Israr Date: Tue, 2 Jul 2019 12:25:03 +0530 Subject: Update README.md --- modules/fahad/README.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) 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: + +--Dupal Console Or Drush + +# --To Install the Module(s): + +--Place the required Content Type Module(s) in The Custom Folder of Modules of your Drupal Directory(./modules/custom) + +# --Intsalling with Drupal Console : + +-->In the Terminal navigate to root directory of your Project. + +-->Run the Command:$ drupal modules:install module_name. + +-->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:$ drush en module_name + +-->Example if module is 'artcle' then run: $ drush en article + + +# --I'd love it if you could Contribute to my Modules: + +-->Fork my Repository + +-->Work with your Repo and commit to your Repository. + +-->Create a Pull Request. + +-->We’ll test your changes and Merge it. -- cgit