antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.95k stars 197 forks source link

Cannot see charts #148

Closed sebhmg closed 4 years ago

sebhmg commented 5 years ago

Hi, with Laravel 5.5, and using the latest release version of Health, or the master branch, I cannot see the charts on the buttons. Is there extra things to install or configure to see charts? Some minimum required versions for vue or laravel-mix? Thanks

pkatuwal commented 5 years ago

First Create Table "health_checks"

Enable config/health.php database=>true, 'graphs' => [ 'enabled' => true,

        'height' => 90,
    ],

Thanks

sebhmg commented 4 years ago

Enabling database in the config solved it. Thanks!