未找到电报机器人 Class

Telegram Bot Class not found

当我运行

php artisan vendor:publish

我收到错误:

Class 'Telegram\Bot\Laravel\TelegramServiceProvider' not found

怎么了?

试试这个:

composer dump-autoload
composer update

比运行

php artisan vendor:publish