VS Code extension that watches your Laravel log file and notifies you when it changes.
Perfect for debugging without constantly reopening the log file.
🚀 Features
✅ Real-time monitoring of Laravel log file changes
🔔 Toast notifications with customizable message
🔧 Configurable log file path (supports relative and absolute paths)
🎚️ Toggle watcher on/off anytime via command
🔒 Lightweight, zero-permission log checking
⚙️ Configuration
Go to your VS Code Settings (Ctrl + ,) → Search for Laravel Log Watcher
Or add/edit directly in settings.json:
Imagine you're developing and want to see if an exception was logged without opening laravel.log.
This extension will notify you instantly when that happens. Debug smarter ⚡
🔧 Requirements
Laravel project with log file writing enabled (default is storage/logs/laravel.log)
VS Code 1.85.0+
💬 Known Limitations
Only monitors a single file at a time
Does not yet tail or parse log entries (coming soon?)