PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
barryvdh
/
laravel-debugbar
/
src
/
DataCollector
<?php namespace Barryvdh\Debugbar\DataCollector; use DebugBar\DataCollector\PhpInfoCollector as DebugBarPhpInfoCollector; class PhpInfoCollector extends DebugBarPhpInfoCollector { /** * @inheritDoc */ public function getWidgets() { return tap(parent::getWidgets(), function (&$widgets) { data_set($widgets, 'php_version.tooltip', 'PHP Version'); }); } }
[-] CacheCollector.php
[edit]
[-] LaravelCollector.php
[edit]
[+]
..
[-] PhpInfoCollector.php
[edit]
[-] SessionCollector.php
[edit]
[-] ModelsCollector.php
[edit]
[-] ViewCollector.php
[edit]
[-] FilesCollector.php
[edit]
[-] EventCollector.php
[edit]
[-] LivewireCollector.php
[edit]
[-] MultiAuthCollector.php
[edit]
[-] RequestCollector.php
[edit]
[-] RouteCollector.php
[edit]
[-] LogsCollector.php
[edit]
[-] GateCollector.php
[edit]
[-] QueryCollector.php
[edit]