Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
barryvdh
/
laravel-debugbar
/
src
/
Facades
Location:
/home/zoteqbgb/public_html/vendor/barryvdh/laravel-debugbar/src/Facades
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: Debugbar.php
<?php namespace Barryvdh\Debugbar\Facades; use DebugBar\DataCollector\DataCollectorInterface; /** * @method static LaravelDebugbar addCollector(DataCollectorInterface $collector) * @method static void addMessage(mixed $message, string $label = 'info') * @method static void alert(mixed $message) * @method static void critical(mixed $message) * @method static void debug(mixed $message) * @method static void emergency(mixed $message) * @method static void error(mixed $message) * @method static LaravelDebugbar getCollector(string $name) * @method static bool hasCollector(string $name) * @method static void info(mixed $message) * @method static void log(mixed $message) * @method static void notice(mixed $message) * @method static void warning(mixed $message) * * @see \Barryvdh\Debugbar\LaravelDebugbar */ class Debugbar extends \Illuminate\Support\Facades\Facade { /** * {@inheritDoc} */ protected static function getFacadeAccessor() { return \Barryvdh\Debugbar\LaravelDebugbar::class; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Debugbar.php
1,049 bytes
0644
2025-02-25 20:25
âï¸
ðï¸
Rename
Chang
Apply