Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class 'Vitalybaev\LaravelDkim' not found #7

Open
janiiis opened this issue Dec 1, 2018 · 3 comments
Open

Class 'Vitalybaev\LaravelDkim' not found #7

janiiis opened this issue Dec 1, 2018 · 3 comments

Comments

@janiiis
Copy link

janiiis commented Dec 1, 2018

Hi,
I've added provider into config/app.php, however still get Class 'Vitalybaev\LaravelDkim' not found error.

laravel 5.6

Thanks

@rdanklof
Copy link
Contributor

Did you try composer du or composer dump autoload?

@gsrocha
Copy link

gsrocha commented Jun 1, 2019

When this message appear you must go to :

bootstrap/cache/services.php and update the provider array like:

'providers' =>
array (
01 => 'Vitalybaev\LaravelDkim\DkimMailServiceProvider',

I believe that the class is not caching

@janiiis
Copy link
Author

janiiis commented Jun 3, 2019

Thanks guys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants