-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Is this intended to replace debugbar? #26
Comments
Answer: no |
@barryvdh If you do have a minute over, could you explain the differences between the packages? |
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. |
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? |
No you can use it. But using Telescope and Debugbar will just have a bit more overhead. |
Which give me more features overall? Telescope + Debugbar or Telescope + Telescope toolbar? |
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). |
@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/ |
No description provided.
The text was updated successfully, but these errors were encountered: