1

Module Access

This suite of tools is located under the Extra Utilities link in the sidebar. It aggregates four critical technical dashboards into one unified interface for system administrators.

Application Health
2

Core Configuration

Displays the current Laravel Framework Version and the Environment Status (Production/Local). Ensure "Debug Mode" is set to FALSE in production environments for security.

3

Filesystem Permissions

Automatic checklist for critical directories (storage, bootstrap/cache). Green checks indicate the server has the necessary Read/Write permissions. Red crosses require immediate server-level fixes (`chmod 775`).

Server Environment
4

PHP Configuration

Monitors server constraints defined in php.ini.
Memory Limit: Recommended 512M+.
Max Execution: 120s+ for large report generation.
Upload Max: Controls the largest file size for attachments.

5

Host Information

Displays the server's public IP address, the active protocol (HTTP/HTTPS), and the software version (Apache/Nginx). Useful for debugging domain connection issues.

Cache Management
6

Quick Actions

One-click tools to clear temporary data:
Optimize System: Rebuilds all caches for performance.
Application Cache: Clears general app data.
View Cache: Refreshes compiled Blade templates (use after UI updates).

7

Active Drivers

Confirms which backend services are currently powering the application. Ensures that Redis, Memcached, or Database drivers are active for Queue and Session handling.

Update Center
8

System Status

Connects to the Envato update server to check for new releases.
You are up to date: System is running the latest version.
Update Available: A "Download" button will appear to auto-patch the system.

Click image to zoom