mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-26 16:45:49 +03:00
[GH-ISSUE #61] Class 'PragmaRX\Google2FA\Vendor\Laravel\ServiceProvider' not found #498
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/google2fa#498
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @06chaynes on GitHub (May 24, 2017).
Original GitHub issue: https://github.com/antonioribeiro/google2fa/issues/61
I am experiencing an issue in Laravel 5.2 after registering this class.
I installed the package with composer, registered it in app.php. I also did a composer dumpautoload and cleared the cache with artisan, but I still get this error each time. I can see the files exist in vendor and all looks good there. I have also manually deleted the cache thinking that could have been the issue but no luck so far.
`# php artisan config:cache
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'PragmaRX\Google2FA\Vendor\Laravel\ServiceProvider' not found`
@06chaynes commented on GitHub (May 24, 2017):
I found the issue, for some reason the Vendor dir in the plugin src was missing after install. Ultimately found this to be my error, closing.