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(-) (limited to 'modules/fahad/README.md') 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 From 5f6ba9cf4aee260e4192f194ed14d3bc9dd1b467 Mon Sep 17 00:00:00 2001 From: Fahad Israr Date: Tue, 2 Jul 2019 12:33:01 +0530 Subject: Update README.md --- modules/fahad/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/fahad/README.md') diff --git a/modules/fahad/README.md b/modules/fahad/README.md index f1c877a..a223493 100644 --- a/modules/fahad/README.md +++ b/modules/fahad/README.md @@ -30,8 +30,8 @@ -->Fork my Repository --->Work with your Repo and commit to your Repository. +-->Work with your fork and commit your changes to your Repo. -->Create a Pull Request. --->We’ll test your changes and Merge it. +-->We’ll analyse your changes and Merge it. -- cgit