Namespace conventions

What are the namespace conventions for extending core modules in SuiteCRM V8

SuiteCRM V8 follows the PSR-4 standard for namespaces, ensuring compatibility with Symfony and modern PHP practices. This means namespaces map directly to directory structures, making it easier to locate and manage code.

1 Like