larapack / newrelic-service-provider
A newrelic service provider to set appname to be equals to the domain name.
v1.0.1
2017-08-07 08:38 UTC
Requires
- php: >=5.5.9
- laravel/framework: >=5.1.0
This package is auto-updated.
Last update: 2024-11-06 09:47:26 UTC
README
This service provider set the NewRelic Application Name to be equals to the Domain Name.
Install running
composer require larapack/newrelic-service-provider
Then add the service provider to your application providers
'providers' => [
// Laravel Providers...
// ...
// Package Providers...
Larapack\NewRelicServiceProvider\ServiceProvider::class,
// Application Providers...
// ...
]
Then your good to go!