Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
spatie
/
laravel-ignition
/
src
/
Facades
Location:
/home/zoteqbgb/public_html/vendor/spatie/laravel-ignition/src/Facades
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: Flare.php
<?php namespace Spatie\LaravelIgnition\Facades; use Illuminate\Support\Facades\Facade; use Spatie\LaravelIgnition\Support\SentReports; /** * @method static void glow(string $name, string $messageLevel = \Spatie\FlareClient\Enums\MessageLevels::INFO, array $metaData = []) * @method static void context($key, $value) * @method static void group(string $groupName, array $properties) * * @see \Spatie\FlareClient\Flare */ class Flare extends Facade { protected static function getFacadeAccessor() { return \Spatie\FlareClient\Flare::class; } public static function sentReports(): SentReports { return app(SentReports::class); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Flare.php
678 bytes
0644
2025-02-20 18:13
âï¸
ðï¸
Rename
Chang
Apply