Skip to content

Releases: mathiasgrimm/laravel-log-keeper

Release Notes

24 Mar 16:12

Choose a tag to compare

  • There is an issue with the log file name which was clashing with the laravel log file therefore the name is no longer laravel-log-keeper-yyyy-mm-dd.log and it is now laravellogkeeper-yyyy-mm-dd.log

Release Notes

15 Mar 20:55

Choose a tag to compare

  • Fixing wrong namespace for Exception on the RemoteLogsRepo (@eblount )
  • Adding regression test for the item above
  • Adding new FakeRemoteLogsRepo

Release Notes

14 Mar 14:44

Choose a tag to compare

  • Moving remote_disk validation from the Service Provider to the RemoteLogsRepo

Release Notes

14 Mar 12:26

Choose a tag to compare

  • Fixing undefined variable problem in the Command

Release Notes

14 Mar 11:34

Choose a tag to compare

  • Adding log to when the file is being uploaded
  • Fixing spelling mistake

Release Notes

12 Mar 03:08

Choose a tag to compare

Fixing Service - Unnecessary file compression when remote was disabled

Release Notes

12 Mar 02:46

Choose a tag to compare

Initial Release