Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/larapack/newrelic-service-provider
- Owner: larapack
- License: mit
- Created: 2015-11-16T12:35:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T08:40:21.000Z (over 7 years ago)
- Last Synced: 2024-04-26T14:05:45.853Z (8 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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!