Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larapack/newrelic-service-provider

A newrelic service provider to set appname to be equals to the domain name.
https://github.com/larapack/newrelic-service-provider

Last synced: about 2 months ago
JSON representation

A newrelic service provider to set appname to be equals to the domain name.

Awesome Lists containing this project

README

        

# NewRelic Service Provider
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!