i have download a laravel project from github, When i run the project i got an debugger menu.
I am very new to laravel.
i have download a laravel project from github, When i run the project i got an debugger menu.
I am very new to laravel.
What you have shown is the debug bar from the barryvdh/laravel-debugbar package. This is the package you want to use if you have other Laravel projects.
If you have other non-Laravel projects, you want the maximebf/php-debugbar package. The barryvdh/laravel-debugbar is a nice Laravel wrapper around the base maximebf/php-debugbar package.
You can view the linked packages for installation instructions.