System Information

Technical details about your CongreSmart installation

{{-- PHP Information --}}

PHP Information

Version: {{ $systemInfo['php_version'] }}
Memory Limit: {{ ini_get('memory_limit') }}
Max Execution Time: {{ ini_get('max_execution_time') }}s
Upload Max Size: {{ ini_get('upload_max_filesize') }}
{{-- Laravel Information --}}

Laravel Information

Version: {{ $systemInfo['laravel_version'] }}
Environment: {{ ucfirst($systemInfo['environment']) }}
Timezone: {{ $systemInfo['timezone'] }}
Debug Mode: {{ config('app.debug') ? 'Enabled' : 'Disabled' }}
{{-- Database Information --}}

Database Information

Connection: {{ ucfirst($systemInfo['database_connection']) }}
Host: {{ config('database.connections.mysql.host') }}
Database: {{ config('database.connections.mysql.database') }}
Charset: {{ config('database.connections.mysql.charset') }}
{{-- Cache & Session --}}

Cache & Session

Cache Driver: {{ ucfirst($systemInfo['cache_driver']) }}
Session Driver: {{ ucfirst($systemInfo['session_driver']) }}
Session Lifetime: {{ config('session.lifetime') }} minutes
Queue Driver: {{ config('queue.default') }}
{{-- Server Information --}}

Server Information

Server Software: {{ $systemInfo['server_software'] ?? 'Unknown' }}
Server OS: {{ PHP_OS }}
Server Time: {{ now()->format('M j, Y H:i:s T') }}
Peak Memory: {{ round(memory_get_peak_usage() / 1024 / 1024, 2) }} MB
Current Memory: {{ round(memory_get_usage() / 1024 / 1024, 2) }} MB
Uptime: {{ round(microtime(true) - $_SERVER['REQUEST_TIME_FLOAT'], 2) }}s
{{-- System Health --}}

System Health

Database
Connected
Cache
Working
Sessions
Active