You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo is a basic block hello worldplugin. This can be used as a template for MOODLE block plugin development.
4
+
This repo is a basic *hello world* block plugin for [Moodle](https://moodle.com/) LMS. This can be used as a template for Moodle block plugin development.
5
5
6
6
## Installation
7
-
* clone this repo and rename it *helloworld*
7
+
* clone this repo and rename it to *helloworld*
8
8
* move the *helloworld* folder to the *blocks* folder of your moodle installation
9
-
* go to the admin page to enable the plugin, e.g. *https://localhost/admin/index.php*
9
+
* go to the admin page to enable the plugin, e.g. *http://localhost/admin/index.php*
10
10
11
11
That was it ! You can now add a hello world block.
12
12
@@ -15,9 +15,9 @@ That was it ! You can now add a hello world block.
15
15
Connect as an admin and add a "hello world" block. Once added, you can configure your block settings.
16
16
17
17
### Global configuration
18
-
* The global configuration of the block is available at : *https://localhost/admin/settings.php?section=blocksettinghelloworld*
18
+
* The global configuration of the block is available at : *http://localhost/admin/settings.php?section=blocksettinghelloworld*
19
19
20
20
## Ressources
21
+
*[Moodle official development main page](https://docs.moodle.org/dev/Main_Page)
22
+
*[Moodle official development block page](https://docs.moodle.org/dev/Blocks)
0 commit comments