Server Status
View critical information about the server environment, PHP configuration, and storage usage.
Note: This page is essential for diagnosing hosting
issues.
1. System Information
The dashboard displays:
- Laravel Version: The current framework version.
- PHP Version: The active PHP version on the server.
- Server Address & Environment: IP address and mode (Local/Production).
- Database Connection: Status of the DB link (MySQL).
2. Maintenance Actions
Perform routine maintenance directly from the UI:
- Clear Cache: Clears the application cache (`php artisan cache:clear`).
- Clear Config: Clears the configuration cache.
- Create Storage Link: Symlinks the storage directory to public (essential for file uploads).
- Process Biometric: Manually trigger the biometric sync job.
Tip: Clear the cache if you make changes to the `.env` file or
if settings are not updating.