-
-
Notifications
You must be signed in to change notification settings - Fork 6
5. Plugins
Adam Greenough edited this page Mar 9, 2019
·
1 revision
Plugins can be added to the /plugins/ folder. They are loaded after the default route mapping but before they are matched.
Plugins should be uploaded as a directory with the plugin name (using hyphens if neccesary) as the directory name. The directory must contain a PHP file with the plugin name also.
Example: /plugins/hello-world/hello-world.php