Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Creating new modules

NanoSector edited this page Aug 23, 2017 · 1 revision

Directory structure

By default, the WildPHP project will load modules from a directory named modules if the namespace starts with \WildPHP\Modules. This means you can develop modules from a modules directory should you wish to do so.

If you are shipping for production, it is recommended you follow the PSR-4 standard and that you package your module using Composer. More on this here

Clone this wiki locally