sumantablog/laravel-disqus is a Laravel package for a package for intrigate dosquss in laravel.
It currently has 0 GitHub stars and 15 downloads on Packagist.
Install it with composer require sumantablog/laravel-disqus.
Discover more Laravel packages by sumantablog
or browse all Laravel packages to compare alternatives.
Last updated
A simple package integrating Disqus platform with Laravel.
$ composer require sumantablog/laravel-disqus
If you are using Laravel 5.5+ then the steps below are optional.
Sumantablog\Disqus\DisqusServiceProvider::class
$ php artisan vendor:publish --tag=disqus
Append the following config on your .env file.
DISQUS_ENABLED=true
DISQUS_USERNAME=your_website_shortname
To display Disqus platform on your page, just add:
<div id="disqus_thread"></div>