Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了 jeremykenedy-laravel-logger 包来记录活动,但是安装后当我尝试迁移表时,它显示调用未定义方法 [loadRoutesFrom] 错误如何解决?
包链接:- https://github.com/jeremykenedy/laravel-logger
请在您的任期内运行以下命令:
composer self-update
尝试运行php artisan config:cache
php artisan config:cache
然后
也跑php artisan dump-autoload
php artisan dump-autoload
安装后。