I was deploying my Laravel application and wanted to optimize the autoload normally with the command composer install --optimize-autoloader --no-dev. This is an application that runs Laravel 5.8.
composer install --optimize-autoloader --no-dev
I get the following error:
In Application.php line 662: Class 'BeyondCode\DumpServer\DumpServerServiceProvider' not found
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1