You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pstyle="font-family: 'CustomFont'; font-size: 18px">This card will monitor your docker containers and show container statistics with Cpu & Memory Load.</p>
<pstyle="font-family: 'CustomFont';"> Please check the official laravel installation guide for server requirements before you start. <ahref="https://laravel.com/docs/10.x/pulse">[Official Documentation]</a></p>
22
23
23
24
<pstyle="font-family: 'CustomFont';"><b>Require the package with Composer:</b></p>
24
25
25
26
```shell
26
-
composer require vcian/pulse-docker-monitor
27
+
composer require vcian/pulse-docker-monitor
27
28
```
28
29
29
30
<pstyle="font-family: 'CustomFont';"><b>Next, you should publish the Pulse configuration and migration files using the vendor:publish Artisan command:</b></p>
<pstyle="font-family: 'CustomFont';"><b>Next, you should run the migration for required tables</b></p>
36
37
37
38
```shell
38
-
php artisan migrate
39
+
php artisan migrate
39
40
```
40
41
41
42
## <pstyle="font-family: 'CustomFont';">Register the recorder</p>
@@ -89,7 +90,7 @@ return [
89
90
<pstyle="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>
0 commit comments