dlima/laravel-actuator

There is no license information available for the latest version (v1.0) of this package.

Cria rotas para metricas e status do framework

v1.0 2014-06-16 20:58 UTC

This package is auto-updated.

Last update: 2024-04-10 18:53:33 UTC


README

add in your composer.json file:

require : {
    "dlima/laravel-actuator"  : "dev"
}


and your app/config/app.php file:

    'providers' => array(
        ...
        'Dlima\LaravelActuator\LaravelActuatorServiceProvider'
    ),