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
}