Configuration
Fine tune the CodeInginter monitoring strategy on your needs.
Ignore Routes
class Inspector extends BaseConfig
{
...
/**
* List the path you don't want to monitor (Support for wildcard "*").
*
* @var array
*/
public $ignoreRoutes = [
'backend*'
];
...
}Ignore Commands
Access the Inspector instance
Last updated