Php 在Laradock with workspace中的Laravel 5.8中每分钟运行计划任务时出错

Php 在Laradock with workspace中的Laravel 5.8中每分钟运行计划任务时出错,php,laravel,postgresql,schedule,Php,Laravel,Postgresql,Schedule,我创建了命令 php artisan notification:update_status 我将每分钟添加到计划任务==>错误: could not find driver 我跑 及 没关系 我不明白为什么每分钟都运行计划任务不起作用。我使用postgresql和laravel 5.8 对不起我的英语。请帮助我(:在您的服务器上安装所需的驱动程序。我正在使用laradock:nginx postgres php artisan notification:update_status php

我创建了命令

php artisan notification:update_status
我将每分钟添加到计划任务==>错误:

could not find driver
我跑

没关系

我不明白为什么每分钟都运行计划任务不起作用。我使用postgresql和laravel 5.8


对不起我的英语。请帮助我(:

在您的服务器上安装所需的驱动程序。我正在使用laradock:
nginx postgres
php artisan notification:update_status
php artisan schedule:run