uawdijnntqw1x1x1
IP : 216.73.216.93
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
foodbank.codeskitter.site
/
fa8fd
/
..
/
lang
/
..
/
.
/
config
/
installer.php
/
/
<?php use Illuminate\Validation\Rule; return [ /* |-------------------------------------------------------------------------- | Server Requirements |-------------------------------------------------------------------------- | | This is the default Laravel server requirements, you can add as many | as your application require, we check if the extension is enabled | by looping through the array and run "extension_loaded" on it. | */ 'core' => [ 'minPhpVersion' => '8.0.2', ], 'final' => [ 'key' => true, 'publish' => false, ], 'requirements' => [ 'php' => [ 'openssl', 'imagick', 'pdo', 'mbstring', 'tokenizer', 'JSON', 'cURL', 'xml', 'Ctype', 'BCMath', 'Zip' ], 'apache' => [ 'mod_rewrite', ], ], /* |-------------------------------------------------------------------------- | Folders Permissions |-------------------------------------------------------------------------- | | This is the default Laravel folders permissions, if your application | requires more permissions just add them to the array list bellow. | */ 'permissions' => [ 'storage/framework/' => '775', 'storage/logs/' => '775', 'bootstrap/cache/' => '775', ], /* |-------------------------------------------------------------------------- | Environment Form Wizard Validation Rules & Messages |-------------------------------------------------------------------------- | | This are the default form field validation rules. Available Rules: | https://laravel.com/docs/5.4/validation#available-validation-rules | */ 'environment' => [ 'form' => [ 'rules' => [ 'app_name' => 'required|string|max:50', 'environment' => 'required|string|max:50', 'environment_custom' => 'required_if:environment,other|max:50', 'app_debug' => [ 'required', ], 'app_log_level' => 'required|string|max:50', 'app_url' => 'required|url', 'database_connection' => 'required|string|max:50', 'database_hostname' => 'required|string|max:50', 'database_port' => 'required|numeric', 'database_name' => 'required|string|max:50', 'database_username' => 'required|string|max:50', 'database_password' => 'nullable|string|max:50', ], ], ], /* |-------------------------------------------------------------------------- | Installed Middleware Options |-------------------------------------------------------------------------- | Different available status switch configuration for the | canInstall middleware located in `canInstall.php`. | */ 'installed' => [ 'redirectOptions' => [ 'route' => [ 'name' => 'home', 'data' => [], ], 'abort' => [ 'type' => '404', ], 'dump' => [ 'data' => 'Dumping a not found message.', ], ], ], /* |-------------------------------------------------------------------------- | Selected Installed Middleware Option |-------------------------------------------------------------------------- | The selected option fo what happens when an installer instance has been | Default output is to `/resources/views/error/404.blade.php` if none. | The available middleware options include: | route, abort, dump, 404, default, '' | */ 'installedAlreadyAction' => 'route', /* |-------------------------------------------------------------------------- | Updater Enabled |-------------------------------------------------------------------------- | Can the application run the '/update' route with the migrations. | The default option is set to False if none is present. | Boolean value | */ 'updaterEnabled' => 'true', /* purchase code verification objects */ 'item_name' => 'food-bank-food-order-app-with-laravel-admin-panel', /* |----------------------------------------------------------------------------------------------- | The item's version on CodeCanyon |----------------------------------------------------------------------------------------------- | */ 'item_version' => '2.2', /* |----------------------------------------------------------------------------------------------- | The item's ID on CodeCanyon |----------------------------------------------------------------------------------------------- | */ 'itemId' => '35543239', /* |----------------------------------------------------------------------------------------------- | Purchase code checker URL |----------------------------------------------------------------------------------------------- | */ 'licenseCodeCheckerUrl' => 'https://support.inilabs.net', 'loginUrl' => 'https://inilabs.net/login', 'upgradeLicenseCodeUrl' => 'https://inilabs.net/downloads', 'buyNowUrl' => 'https://codecanyon.net/item/foodbank-all-in-one-multi-restaurant-food-ordering-management-system/35543239', 'supportUrl' => 'https://inilabsn.freshdesk.com/support/home', /* |----------------------------------------------------------------------------------------------- | Purchase Code |----------------------------------------------------------------------------------------------- | */ 'purchaseCode' => env('PURCHASE_CODE', ''), /* |----------------------------------------------------------------------------------------------- | Demo Website Info |----------------------------------------------------------------------------------------------- | */ 'demo' => [ 'domain' => 'food-bank.xyz', 'hosts' => [ 'demo.food-bank.xyz/v1', ], ], ];
/home/users/unlimited/www/foodbank.codeskitter.site/fa8fd/../lang/.././config/installer.php