8000 GitHub - dannystarkDE/kirby-devkit: Get easily accessible info on variables and data in frontend for template development.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Get easily accessible info on variables and data in frontend for template development.

License

Notifications You must be signed in to change notification settings

dannystarkDE/kirby-devkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Kirby Devkit

Get easily accessible info on variables and data in frontend for template development.

devkit

General

Coming from Symphony CMS I found myself a bit lost now and then when looking for available data while building page templates. Using the debug devkit-extension in Symphony there was a way to show all available parameters and data for a current page. This plugin aims to bring a bit of this back without having to resort to var_dump()s and echoing variables all too much.

Installation

No composer registration yet. Simply copy the folder into you site/plugins folder.

Usage

Simply add the query string ?dev to your frontend page. If you already have a query string on your current site just add &dev instead. Also kirby’s debug mode needs to active.

Configuration

Currently no configuration possible. However you can easily add/remove parameters and variables in index.php.

Todo

Add Info on variables in controllers belonging to the current page/template. But how?

About

Get easily accessible info on variables and data in frontend for template development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%
0