📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 11:21:23
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher
🔄 Refresh
✏️
Editing: Configuration.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime; /** * @phpstan-type ConfigType array{ * default: string, * main_script?: string, * scripts?: string[], * styles?: string[], * inject_assets?: bool, * translate?: bool, * excluded_paths?: list<non-empty-string>, * options?: array<string, mixed>, * filter?: array<string, mixed>, * flash_bag?: false|array<string, string[]>, * presets?: array<string, array{ * type: string, * title: string, * message: string, * options: array<string, mixed>, * }>, * plugins?: array<string, array{ * scripts?: string[], * styles?: string[], * options?: array<string, mixed>, * }>, * } */ final class Configuration { /** * @param array{ * default: string, * main_script?: string, * scripts?: string[], * styles?: string[], * inject_assets?: bool, * translate?: bool, * excluded_paths?: list<non-empty-string>, * options?: array<string, mixed>, * filter?: array<string, mixed>, * flash_bag?: false|array<string, string[]>, * presets?: array<string, array{ * type: string, * title: string, * message: string, * options: array<string, mixed>, * }>, * plugins?: array<string, array{ * scripts?: string[], * styles?: string[], * options?: array<string, mixed>, * }>, * } $config * * @phpstan-param ConfigType $config * * @return ConfigType */ public static function from(array $config): array { return $config; } }
💾 Save Changes
❌ Cancel