Closed kyranb closed 7 years ago
@kyranb You should be able to handle this with the throw_if_not_installed
config param:
https://github.com/In-Touch/laravel-newrelic/blob/master/src/config/config.php#L40
Is that not working for you?
@pleckey Yeap, set to false and still getting the above error when running php artisan
.
This should be closed as it's no longer an issue.
It'd be great to conditionally load the service provider based on an environment variable, that way avoiding the
error that shows up when this is installed without the New Relic PHP agent being installed.