Thay vì fix cứng trong providers, aliases trong file config/app.php sử dụng auto discovery (ok)
https://viblo.asia/p/hieu-them-ve-composer-install-gGJ590QalX2
Barryvdh\Debugbar\ServiceProvider::class,


Last updated
https://viblo.asia/p/hieu-them-ve-composer-install-gGJ590QalX2
Barryvdh\Debugbar\ServiceProvider::class,


Last updated
"extra": {
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
"Debugbar": "Barryvdh\\Debugbar\\Facades\\Debugbar"
}
}
},