Skip to content
/ dumpit Public

dumpit debugging theme

Notifications You must be signed in to change notification settings

urlaube/dumpit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Dumpit theme

The Dumpit theme is a debugging theme for Urlaube. It just dumps relevant information via var_dump() to the output.

Installation

Place the folder containing the theme into your themes directory located at ./user/themes/. Finally, add the following line to your configuration file located at ./user/config/config.php to select the theme:

Main::set(THEMENAME, Dumpit::class);

Configuration

At the moment this theme has no configuration.