Overview

View, fetch, and clear log files from your Laravel applications on shared hosting servers. The logs interface provides access to application logs with syntax highlighting and management tools.

Features

View Logs

View logs in a syntax-highlighted editor

Fetch Logs

Fetch latest logs from server

Clear Logs

Clear log files to free up disk space

Usage

Operations

1

Fetch Logs

Click the refresh button to get the latest logs from your server
2

View Logs

Logs display in a read-only editor with line numbers and syntax highlighting
3

Clear Logs

Click the brush button to empty log files and free up disk space
Log Path: Logs are fetched from storage/logs/laravel.log in your application directory

Log Management

Automatic Fetching

1

Connect to server

System connects to your shared hosting server via SSH
2

Read log file

Reads the log content from storage/logs/laravel.log
3

Display content

Logs are formatted and displayed in the editor interface

Log Clearing

Clearing logs is irreversible. Ensure you have backed up any important information before proceeding.
1

Clear operation

System connects to server and empties the log file
2

Update display

Interface shows “No logs available, click the refresh button”
3

Storage freed

Disk space is freed up on your hosting account