oved/apm

There is no license information available for the latest version (dev-master) of this package.

dev-master 2018-09-03 20:40 UTC

This package is not auto-updated.

Last update: 2024-05-07 17:02:10 UTC


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