diff --git a/README.md b/README.md index 536d946..06c61be 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ An elegant debug assistant for the hyperf framework. - [x] guzzle - [x] cache - [x] rpc server/client +- [x] schedule ## Installation diff --git a/publish/telescope.php b/publish/telescope.php index c015640..e162698 100644 --- a/publish/telescope.php +++ b/publish/telescope.php @@ -28,6 +28,7 @@ 'guzzle' => env('TELESCOPE_ENABLE_GUZZLE', false), 'cache' => env('TELESCOPE_ENABLE_CACHE', false), 'rpc' => env('TELESCOPE_ENABLE_RPC', false), + 'schedule' => env('TELESCOPE_ENABLE_SCHEDULE', true), ], 'recording' => true, 'timezone' => env('TELESCOPE_TIMEZONE', 'Asia/Shanghai'), diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 5d780e4..92dfbee 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -117,6 +117,12 @@ Commands +