Skip to content
Advertisement

Tag: rollbar

Rollbar is not seen by Laravel 8.0

I have installed the Rollbar 7.0 into Laravel 8.0. PHP version is 7.4 I am trying to send a test exception message using a simple Console command but that sends me nothing. My configs are the following: config/app.php: config/logging.php: config/services.php (but seems to be that it doesn’t work) app.env: And the console command itself has the following view: So when

Advertisement