yajra/laravel-disqus

Class 'Yajra\Disqus\DisqusServiceProvider::class' not found

reliq opened this issue · 4 comments

reliq commented

Hello,

I ran into the following error upon running php artisan vendor:publish --tag=disqus:

[Symfony\Component\Debug\Exception\FatalThrowableError]      
Class 'Yajra\Disqus\DisqusServiceProvider::class' not found

Please help.

yajra commented

Were you able to install the package using:

composer require yajra/laravel-disqus

Afterward, you need to register it on app.php or via provider.

yajra commented

You can also try publishing without tags:

php artisan vendor:publish
reliq commented

Hi Yajra,

I had installed the package using composer require yajra/laravel-disqus and published the assets with php artisan vendor:publish however I was still having the issue.

yajra commented

Can you try running composer show to verify that the package was installed?

$ composer show