| Package Data | |
|---|---|
| Maintainer Username: | yajra |
| Maintainer Contact: | aqangeles@gmail.com (Arjay Angeles) |
| Package Create Date: | 2016-07-22 |
| Package Last Update: | 2022-10-14 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-09 15:03:16 |
| Package Statistics | |
|---|---|
| Total Downloads: | 56,439 |
| Monthly Downloads: | 256 |
| Daily Downloads: | 5 |
| Total Stars: | 84 |
| Total Watchers: | 3 |
| Total Forks: | 18 |
| Total Open Issues: | 1 |
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.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.