From cae1761cb74d06910457601decd730abe5d3d842 Mon Sep 17 00:00:00 2001 From: vc-sahil Date: Thu, 4 Jan 2024 14:51:25 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d22972..4c4c031 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,25 @@ ##

_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 +89,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 From fe0506fd492588fc1e058238786971146d13ff34 Mon Sep 17 00:00:00 2001 From: vc-sahil Date: Thu, 4 Jan 2024 14:54:38 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c4c031..793dcff 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ ##

_Installation_


-

Prerequisites + +

Prerequisites

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

Require the package with Composer: