BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
blade-ui-kit
/
blade-icons
/
src
📤 Upload
📝 New File
📁 New Folder
Close
Editing: helpers.php
<?php declare(strict_types=1); use BladeUI\Icons\Factory; use BladeUI\Icons\Svg; if (! function_exists('svg')) { function svg(string $name, $class = '', array $attributes = []): Svg { return app(Factory::class)->svg($name, $class, $attributes); } }
Save
Cancel