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
Copy file name to clipboardExpand all lines: README.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
-
<palign="center"><imgsrc="/art/top.gif"alt="Top in action"></p>
1
+
<palign="center"><imgsrc="/art/top.gif"alt="Real-time monitoring with Laravel Top"></p>
2
2
3
3
```php
4
4
php artisan top
5
5
```
6
-
**Top** provides real-time monitoring directly from the command line for Laravel applications. It allows you to track essential metrics and the busiest routes with ease.
6
+
**Top** provides real-time monitoring directly from the command line for Laravel applications.
7
+
It is designed for use in production environments, allowing you to track essential metrics and the busiest routes with ease.
7
8
8
9
## Installation via Composer
9
10
@@ -45,7 +46,7 @@ If you want to access metrics in your application, you can use the **Top** facad
0 commit comments