https://github.com/oved-php/apm
APM package for laravel
https://github.com/oved-php/apm
Last synced: 5 days ago
JSON representation
APM package for laravel
- Host: GitHub
- URL: https://github.com/oved-php/apm
- Owner: OveD-php
- Created: 2018-08-30T19:57:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T20:40:57.000Z (over 7 years ago)
- Last Synced: 2025-01-12T12:45:51.882Z (over 1 year ago)
- Language: PHP
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### apm
APM package for laravel
### Install
git clone locally
add to composer.json:
`"repositories": [{
"type": "vcs",
"url": "/path/to/package"
}],`
`composer require vistik/apm:dev-master`
`php artisan migrate`
add `ApmMiddleware::class` to middleware in kernel.php
Publish config: `php artisan vendor:publish` - select `Provider: Vistik\Apm\ServiceProvider\ApmServiceProvider`
Make a few requests
Look in the database :)