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

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

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