Skip to content

Releases: AbiruzzamanMolla/laravel-log-watcher

Version 0.0.2

27 Jul 05:27

Choose a tag to compare

[0.0.2] - 2025-07-27
✨ Added
Added New Icon
Updated readme.md
Changed Message

Version 0.0.1 (init)

27 Jul 05:26

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.


[0.0.1] - 2025-07-27

✨ Added

  • Initial release of Laravel Log Watcher
  • Detects Laravel log file changes in real-time
  • Shows toast notification when the log file is updated
  • Allows setting a custom notification message
  • Lets users define a custom Laravel log file path (relative or absolute)
  • Toggle watcher on/off via command
  • Enable/disable via settings

🧪 What's Next?

For upcoming versions, you'd typically add entries like:

[0.1.0] - 2025-08-02

✨ Added

  • Status bar toggle: Watcher Active/Inactive
  • Open log file directly from notification

🐛 Fixed

  • Crash on non-existent file path
  • Handling symlinked logs (Laravel Vapor-like setups)