Hey Ryan thanks for the help. I’m not able to get it to show and use debugbar methods in my files.
I get “Class ‘Barryvdh\Debugbar\Facades\Debugbar’ not found” when I use the method Debugbar::info(“hello”).
I added
'aliases' => array_merge(include(app_path('system/aliases.php')), [
// Example
'Debugbar' => Barryvdh\Debugbar\Facades\Debugbar::class,
]),
to the app.php as well