We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I've added provider into config/app.php, however still get Class 'Vitalybaev\LaravelDkim' not found error.
laravel 5.6
Thanks
The text was updated successfully, but these errors were encountered:
Did you try composer du or composer dump autoload?
composer du
composer dump autoload
Sorry, something went wrong.
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
Thanks guys
No branches or pull requests
Hi,
I've added provider into config/app.php, however still get Class 'Vitalybaev\LaravelDkim' not found error.
laravel 5.6
Thanks
The text was updated successfully, but these errors were encountered: