Skip to content

Releases: ericmakesstuff/laravel-server-monitor

1.2.5: Update to replace Logging Interface

17 Sep 16:08
Compare
Choose a tag to compare

1.2.4: Update to support Laravel 5.4

08 Feb 05:56
Compare
Choose a tag to compare
Update to handle Laravel 5.4

(Should still work with 5.1+)

1.2.3: Better Error Handling

09 Jan 19:58
Compare
Choose a tag to compare

Thanks to @webvimark for code to handle when the server responds with a 500 error.

1.2.2: Fix for functions.php not being autoloaded

09 May 20:46
Compare
Choose a tag to compare
Autoload functions.php File (#10)

* Autoload functions.php file for consoleOutput() command

* Rename consoleOutput function to avoid collisions

1.2.1: Fix to make package usable with Laravel 5.1

06 Apr 20:50
Compare
Choose a tag to compare
Merge pull request #6 from ericmakesstuff/hotfix-laravel-51-collection

Fix for Laravel 5.1 Collection Flatten differences

1.2.0: Added SSL Certificate Validator/Monitor

04 Apr 05:02
Compare
Choose a tag to compare
Merge pull request #4 from ericmakesstuff/feature-ssl-certificate-mon…

1.1.0: Added HTTP Ping Monitor

31 Mar 20:41
Compare
Choose a tag to compare
Merge pull request #3 from ericmakesstuff/feature-http-ping-monitor

Add new monitor: HTTP Ping

1.0.1: Merge pull request #1 from freekmurze/patch-1

28 Mar 03:58
Compare
Choose a tag to compare

1.0.0

25 Mar 20:23
Compare
Choose a tag to compare
Travis Config Update