Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 455 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 455 Bytes

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 :)