Error
In ProviderRepository.php line 206:
Class "Barryvdh\Debugbar\ServiceProvider" not found
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

Solution:
Go to composer.json and add this code “barryvdh/laravel-debugbar”: “^3.2”,

Step 2: Composer update
Problem is solved








