Releases: ericmakesstuff/laravel-server-monitor
Releases · ericmakesstuff/laravel-server-monitor
1.2.5: Update to replace Logging Interface
1.2.4: Update to support Laravel 5.4
Update to handle Laravel 5.4 (Should still work with 5.1+)
1.2.3: Better Error Handling
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
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
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
Merge pull request #4 from ericmakesstuff/feature-ssl-certificate-mon…
1.1.0: Added HTTP Ping Monitor
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
Remove unused code - Thanks @freekmurze!