Skip to content

maithemewp/mai-debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mai Debugger

An aggressive debugging plugin with Whoops and Symfony var-dumper.

How It Works

Any PHP errors will loudly display themselves via Whoops automatically.

You can dump data on the screen with dump( $some_data ) function.

Disable

You can disable Whoops on a specific page load by adding ?maidebugger=off query parameter to the URL.

Deactivate

You can force deactivate the plugin by adding ?maidebugger=deactivate query paramter to any URL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages