fruitcake / laravel-telescope-toolbar

A toolbar for Laravel Telescope, based on the Symfony Web Profiler.
MIT License
771 stars 36 forks source link

Question: Is this intended to replace debugbar? #26

Open dambridge opened 4 years ago

barryvdh commented 4 years ago

Answer: no

adevade commented 4 years ago

@barryvdh If you do have a minute over, could you explain the differences between the packages? Maybe an idea to have a section about it in the readme?

barryvdh commented 4 years ago

Yeah I should probably do that. It's mainly lighter than Debugbar, with regard of load time and amount of external libraries (jquery etc). Telescope Toolbar uses the data gathered by Telescope itself.

ziming commented 4 years ago

If I have Telescope installed, does that mean I cannot use laravel debug bar and must use this? Is telescope toolbar better than debugbar if i have telescope installed?

barryvdh commented 4 years ago

No you can use it. But using Telescope and Debugbar will just have a bit more overhead.

ziming commented 4 years ago

Which give me more features overall?

Telescope + Debugbar

or

Telescope + Telescope toolbar?

barryvdh commented 4 years ago

Telescope Toolbar is just a front-end for the Telescope data. It does not add any extra features to Telescope itself. Debugbar is just a bit different, it's easier to add custom collectors (model count, livewire etc).

Braunson commented 4 years ago

@ziming A great post written by @barryvdh comparing each other which should resolve any questions you have.

https://barryvdh.nl/laravel/debugbar/telescope/2020/06/14/laravel-debugbar-vs-telescope-toolbar/