/
Usage
Usage
Official Documentation
First jump to official documentation: https://github.com/pingpong-labs/modules
The most important sections are:
- Artisan Commands
- Facades
- Module Entity
- Custom Namespaces
Coding Hacks
Check if modules is active
To make life easier simply use this to check if a module is active.
is module active
if (\PPModule::is_active('ProvBase')) { // do something }
, multiple selections available,
Related content
Applications Coding Manual
Applications Coding Manual
More like this
Prime Property Installation
Prime Property Installation
More like this
NMS Prime setup
NMS Prime setup
More like this
Function Summary
Function Summary
More like this
Test Workflow / Testflow
Test Workflow / Testflow
More like this
Source Code Installation
Source Code Installation
More like this