Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.
1.48k
stars
173
forks
source link
Use the App Name for Pulse dashboard header & browser title instead #384
Closed
ziming closed 6 months ago
Yesterday I made a PR adding a
config('pulse.name')
to allow the title of the Pulse Dashboard to be changedhttps://github.com/laravel/pulse/pull/383
However Taylor closed it as Taylor prefer to just use
config('app.name')
So this is a new PR doing that.
So it will look like this
And the browser tab title
I hope you will be open to this change making it to horizon & telescope too