Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nidaakram's avatar

Class 'PragmaRX\Google2FALaravel\ServiceProvider' not found

Hey I am using google2FA in my project and I am using laravel 5.4. I composed all the libraries and even added providers and alliases array in config/app.php file. But I am getting this error of ServiceProvider not found. Please tell me what's wrong with it.

0 likes
1 reply
Lke's avatar

Try :

composer dump-autoload

Please or to participate in this conversation.