totox777/disqus

Laravel 4 package to embed disqus comment

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 2

pkg:composer/totox777/disqus

dev-master 2013-07-12 04:25 UTC

This package is not auto-updated.

Last update: 2025-10-06 18:42:37 UTC


README

A laravel 4 package to embed disqus comment to your application.

add this line to your composer.json

"totox777/disqus": "dev-master"

and then, Run :

composer update to pull down the latest version.

add this line to your app.php provider array:

'Totox777\Disqus\DisqusServiceProvider',

and add this line to app.php aliases array:

'Disqus' => 'Totox777\Disqus\Facades\Profiler',

config: don't forget to chage the disqus short_name in src/config/config.php

Usage:

Disqus::getHtml();