laravel-dkim icon indicating copy to clipboard operation
laravel-dkim copied to clipboard

Class 'Vitalybaev\LaravelDkim' not found

Open janiiis opened this issue 6 years ago • 3 comments

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

laravel 5.6

Thanks

janiiis avatar Dec 01 '18 21:12 janiiis

Did you try composer du or composer dump autoload?

rdanklof avatar Jan 11 '19 14:01 rdanklof

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

gsrocha avatar Jun 01 '19 18:06 gsrocha

Thanks guys

janiiis avatar Jun 03 '19 19:06 janiiis