laravel / pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.
https://pulse.laravel.com
MIT License
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

ziming commented 6 months ago

Yesterday I made a PR adding a config('pulse.name') to allow the title of the Pulse Dashboard to be changed

https://github.com/laravel/pulse/pull/383

However Taylor closed it as Taylor prefer to just use config('app.name')

Not sure this needs it's own configuration option. We could just make the title read the app.name.

So this is a new PR doing that.

So it will look like this

CleanShot 2024-05-29 at 12 08 52@2x

And the browser tab title

CleanShot 2024-05-29 at 12 09 19@2x

I hope you will be open to this change making it to horizon & telescope too

taylorotwell commented 6 months ago

I dunno - I'm not sold.

ziming commented 6 months ago

okay. ur choice