Easily monitor CPU, memory, storage, web server, and network connections in your Laravel applications. Gain insights into system performance and enhance your app's efficiency. Quick integration for seamless resource tracking.
You can install the package via composer:
composer require laravel-probe/probeAfter installing the package, add the following line to the providers array in your config/app.php file:
Laravel\Probe\ProbeServiceProvider::class,To start monitoring system resources, you can use the provided artisan command:
php artisan probe:listenThe MIT License (MIT). Please see License File for more information.