laravel-telescope-toolbar icon indicating copy to clipboard operation
laravel-telescope-toolbar copied to clipboard

Question: Is this intended to replace debugbar?

Open dambridge opened this issue 5 years ago • 8 comments

dambridge avatar Mar 08 '20 17:03 dambridge

Answer: no

barryvdh avatar Mar 08 '20 19:03 barryvdh

@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?

adevade avatar Mar 09 '20 11:03 adevade

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.

barryvdh avatar Mar 09 '20 11:03 barryvdh

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?

ziming avatar Jun 08 '20 16:06 ziming

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

barryvdh avatar Jun 08 '20 17:06 barryvdh

Which give me more features overall?

Telescope + Debugbar

or

Telescope + Telescope toolbar?

ziming avatar Jun 08 '20 17:06 ziming

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).

barryvdh avatar Jun 11 '20 12:06 barryvdh

@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/

Braunson avatar Jul 01 '20 23:07 Braunson