spatie / uptime-monitor-app

A PHP application to monitor uptime and ssl certificates
https://spatie.be/opensource/php
MIT License
219 stars 35 forks source link

Schedule run no commands configured #3

Closed renedekat closed 7 years ago

renedekat commented 7 years ago

Hi,

I was checking this package and noticed the php artisan schedule:run doesn't do anything.

The Console/Kernel.php does not contain any scheduled commands. Should that not contain monitor:check-uptime and monitor:check-certificate ?

I see it's there in the master branch, but not in the version that got pulled in using

composer create-project spatie/uptime-monitor-app my_local_folder
renedekat commented 7 years ago

This is resolved with version 1.0.1