Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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 ... to check if a module is active.

is module active
if (\PPModule::is_active('ProvBase')) 
{
	// do something
}
  • No labels