Metrics and stats.
A demo of how Laravel Pulse can give you insights on your applications performance.
The best demo for Laravel Pulse is for you to actually play around and explore it yourself, you can do this by spinning up Laravel locally and installing it.
Generally, Pulse should be locked away behind some authentication because it can reveal key details about the application, like database queries and exceptions, however, because I'm a semi trusting person, I have left it open in LaraPi to allow you to get hands on with a real world example.
On that note, I will be watching and if I find it being abused, I will lock it away!
Trigger a scenario and see it in the Pulse dashboard.
Running request, please wait...
A quick walkthrough of how this works.
My assumptions, at the very least, are that you have Laravel setup and working.
There are essentially four commands to get Pulse installed.
composer require laravel/pulsephp artisan vendor:publish --provider="Laravel\Pulse\PulseServiceProvider"php artisan vendor:publish --tag=pulse-configphp artisan migrate
Now, head over to /pulse
in your browser and you should see the dashboard,
for more details on how to configure Pulse further, see the links below.
A few links to supporting resources.