diff --git a/README.md b/README.md index 7d22972..793dcff 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ ##

_About_

-

This card will monitor your docker containers and show container statistics with Cpu & Memory Load.


@@ -18,24 +17,26 @@ ##

_Installation_


+ +

Prerequisites

Please check the official laravel installation guide for server requirements before you start. [Official Documentation]

Require the package with Composer:

```shell - composer require vcian/pulse-docker-monitor +composer require vcian/pulse-docker-monitor ```

Next, you should publish the Pulse configuration and migration files using the vendor:publish Artisan command:

```shell - php artisan vendor:publish --provider="Laravel\Pulse\PulseServiceProvider" +php artisan vendor:publish --provider="Laravel\Pulse\PulseServiceProvider" ```

Next, you should run the migration for required tables

```shell - php artisan migrate +php artisan migrate ``` ##

Register the recorder

@@ -89,7 +90,7 @@ return [

To make pulse recorders will automatically capture entries based on framework events dispatched by Laravel, You must run the below command.

```shell - php artisan pulse:check +php artisan pulse:check ``` ##

Security