tomasstrejcek/nette-session-panel
Composer 安装命令:
composer require tomasstrejcek/nette-session-panel
包简介
Nette DebugBar panel (port of kdyby/nette-session-panel for nette 2.0.x), that allows you inspect your sessions.
README 文档
README
Requirements
Nette Framework 2.0.x or higher and PHP 5.3 or higher.
Documentation
Simple DebugBar to show contents of session.
Examples
To load SessionPanel into the DebugBar insert following code into config.neon.
extensions: debugger.session: Kdyby\Diagnostics\SessionPanel\SessionPanelExtension
You can also specify a section to hide in the DebugBar by add setup section in service definition.
services: debugger.session.panel: setup: - hideSection('Nette.Http.UserStorage/') - hideSection('Nette.Forms.Form/CSRF')
统计信息
- 总下载量: 918
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3
- 更新时间: 2013-05-03