Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
nunomaduro
/
termwind
/
src
/
Laravel
Location:
/home/zoteqbgb/public_html/vendor/nunomaduro/termwind/src/Laravel
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: TermwindServiceProvider.php
<?php declare(strict_types=1); namespace Termwind\Laravel; use Illuminate\Console\OutputStyle; use Illuminate\Support\ServiceProvider; use Termwind\Termwind; final class TermwindServiceProvider extends ServiceProvider { /** * Sets the correct renderer to be used. */ public function register(): void { $this->app->resolving(OutputStyle::class, function ($style): void { Termwind::renderUsing($style->getOutput()); }); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
TermwindServiceProvider.php
480 bytes
0644
2024-11-21 15:36
âï¸
ðï¸
Rename
Chang
Apply