Skip to content

Releases: muhdfaiz/laravel-tail-db

1.1.3

26 Jun 17:40
Compare
Choose a tag to compare
  • Fixed error when the database name set dynamically by the application.

1.1.2

28 Nov 15:28
Compare
Choose a tag to compare
  • Change default host from 0.0.0.0 to 127.0.0.1 because in windows can't use 0.0.0.0.
  • Change default port from 9001 to 9002 because in windows there is possibility the port will be used by the system.

1.1.1

27 Nov 11:44
Compare
Choose a tag to compare

Make code able to use in Lumen.

1.1.0

27 Nov 07:53
Compare
Choose a tag to compare

Use ReactPHP to monitor the executed SQL query.

Initial Release

25 Nov 20:04
Compare
Choose a tag to compare
1.0.0

Fixed error because of log file not exist when running tail:db command.