BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
gehrisandro
/
tailwind-merge-laravel
/
src
📤 Upload
📝 New File
📁 New Folder
Close
Editing: helpers.php
<?php declare(strict_types=1); if (!function_exists('twMerge')) { /** * @param array<array-key, string|array<array-key, string>> ...$args */ function twMerge(...$args): string { return app('tailwind-merge')->merge(...$args); } }
Save
Cancel