9

I'm creating a custom moodle local plugin, but I'm not finding any help regarding this. Can someone help and give me general layout of the local plugin?

I'm new in moodle.

Kooki
  • 1,157
  • 9
  • 30
katrina
  • 103
  • 1
  • 1
  • 3

1 Answers1

16

To create local plugin you can follow following folder structure according to Moodle documentation (https://docs.moodle.org/dev/Local_plugins)-

local/
     yourplugin/
       db/
         access.php
         install.php
         install.xml
       lang/
         en/
           yourplugin.php
       index.php
       settings.php
       version.php
Community
  • 1
  • 1
Jitendra Gaur
  • 778
  • 4
  • 16