A simple package integrating Disqus platform with Laravel.
- Via Composer
$ composer require yajra/laravel-disqusIf you are using Laravel 5.5+ then the steps below are optional.
- Register service provider
Yajra\Disqus\DisqusServiceProvider::class- Publish config
$ php artisan vendor:publish --tag=disqusAppend the following config on your .env file.
DISQUS_ENABLED=true
DISQUS_USERNAME=your_website_shortnameTo display Disqus platform on your page, just add:
<div id="disqus_thread"></div>Please see CHANGELOG for more information what has changed recently.
$ composer testPlease 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.

