sumantablog/laravel-disqus

A Package for intrigate dosquss in laravel

Fund package maintenance!
infysumanta

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sumantablog/laravel-disqus

dev-master / 1.0.x-dev 2021-09-05 16:31 UTC

This package is auto-updated.

Last update: 2025-10-06 01:58:48 UTC


README

A simple package integrating Disqus platform with Laravel.

Install

  • Via Composer
$ composer require sumantablog/laravel-disqus

Providers and Config

If you are using Laravel 5.5+ then the steps below are optional.

  • Register service provider
Sumantablog\Disqus\DisqusServiceProvider::class
  • Publish config
$ php artisan vendor:publish --tag=disqus

Config

Append the following config on your .env file.

DISQUS_ENABLED=true
DISQUS_USERNAME=your_website_shortname

Usage

To display Disqus platform on your page, just add:

<div id="disqus_thread"></div>