简体   繁体   中英

Laravel Forge returning [Symfony\Component\Debug\Exception\FatalThrowableError] class not found

I have recently removed a Sentry package when I upgraded to 5.4. I have removed the alias and provider from config/app.php and reverted the Exception/handler.php file back to Laravel's original.

The application itself works as expected locally , but upon attempting any artisan command within the server (deployed through Forge), it shows:

[Symfony\\Component\\Debug\\Exception\\FatalThrowableError] Class 'Sentry\\SentryLaravel\\SentryLaravelServiceProvider' not found

I have ran the following commands, yet the error is still persistent:

composer dumpautoload and composer clear-cache , yet I cannot run any Artisan command.

Is there another cache location, or additional action I should take to resolve this?

我必须手动删除bootstrap/cache目录,然后删除mkdir cache

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM