Create new plugin

Create new plugin

- shatha mhana の投稿
返信数: 2

Hello everyone,  i am new in moodle plugin development I want to create new plugin for display a report contains course name , teacher name and topics related to this course .

What is the steps for create this plugin including the files I must create  and during the development process its nessesary to use git.


I am using moodle v 3.11.6

shatha mhana への返信

Re: Create new plugin

- David Mudrák の投稿
画像 Core developers 画像 Documentation writers 画像 Moodle HQ 画像 Particularly helpful Moodlers 画像 Peer reviewers 画像 Plugin developers 画像 Plugins guardians 画像 Testers 画像 Translators

Hello and welcome to the Moodle developer community. It's always good to get a bit more familiar with existing solutions. Check how existing reports work and then look how they were written. Make sure to browse the Plugins directory – chances are there is already a plugin doing what you need, or a similar one. Once you are ready to start with actual coding, you may find the Moodle plugin skeleton generator useful to get a scaffolding ready for your new plugin.

Good luck!