laravel-spark-google2fa Provider class not found after Spark update to v9.0
问题 I recently updated a Laravel/Spark web application to the latest version of Spark (v 9.* ) via composer . Another package I use is Laravel-Spark-Google2FA which I also updated from v 1.* to v 2.* . Setup: The laravel-spark-google2fa package has a Laravel service provider class that resides in /project-root/laravel/spark/src/Providers/Google2FAServiceProvider.php In Laravel we specify this in /project-root/laravel/config/app.php with the following line in the providers array: Laravel\Spark