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
{{ message }}
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.
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