Skip to content

Commit 56856e0

Browse files
authored
Merge pull request #7 from vc-sahil/main
README.md Update
2 parents 6c2fa5f + 1f199cb commit 56856e0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,33 @@
1010

1111
## <p style="font-family: 'CustomFont';">_About_</p>
1212

13-
1413
<p style="font-family: 'CustomFont'; font-size: 18px">This card will monitor your docker containers and show container statistics with Cpu & Memory Load.</p>
1514

1615
<br>
1716
<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/pulse-docker-monitor/card-ss-new.png" width="100%" alt="Docker Monitor Card"></p>
1817

1918
## <p style="font-family: 'CustomFont';"><i class="fas fa-cog"></i> _Installation_</p>
2019
<br>
20+
21+
<p style="font-family: 'CustomFont'; font-size: 24px">Prerequisites</b></p>
2122
<p style="font-family: 'CustomFont';"> Please check the official laravel installation guide for server requirements before you start. <a href="https://laravel.com/docs/10.x/pulse">[Official Documentation]</a></p>
2223

2324
<p style="font-family: 'CustomFont';"><b>Require the package with Composer:</b></p>
2425

2526
```shell
26-
composer require vcian/pulse-docker-monitor
27+
composer require vcian/pulse-docker-monitor
2728
```
2829

2930
<p style="font-family: 'CustomFont';"><b>Next, you should publish the Pulse configuration and migration files using the vendor:publish Artisan command:</b></p>
3031

3132
```shell
32-
php artisan vendor:publish --provider="Laravel\Pulse\PulseServiceProvider"
33+
php artisan vendor:publish --provider="Laravel\Pulse\PulseServiceProvider"
3334
```
3435

3536
<p style="font-family: 'CustomFont';"><b>Next, you should run the migration for required tables</b></p>
3637

3738
```shell
38-
php artisan migrate
39+
php artisan migrate
3940
```
4041

4142
## <p style="font-family: 'CustomFont';">Register the recorder</p>
@@ -89,7 +90,7 @@ return [
8990
<p style="font-family: 'CustomFont';">To make pulse recorders will automatically capture entries based on framework events dispatched by Laravel, You must run the below command.</p>
9091

9192
```shell
92-
php artisan pulse:check
93+
php artisan pulse:check
9394
```
9495
## <p style="font-family: 'CustomFont';"> Security
9596

0 commit comments

Comments
 (0)