A simple Disqus platform integration with Laravel.
yajra/laravel-disqus is a Laravel package for a simple disqus platform integration with laravel..
It currently has 84 GitHub stars and 57.808 downloads on Packagist (latest version v1.2.2).
Install it with composer require yajra/laravel-disqus.
Discover more Laravel packages by yajra
or browse all Laravel packages to compare alternatives.
Last updated
A simple package integrating Disqus platform with Laravel.
$ composer require yajra/laravel-disqus
If you are using Laravel 5.5+ then the steps below are optional.
Yajra\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>
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.