totox777 / disqus
Laravel 4 package to embed disqus comment
dev-master
2013-07-12 04:25 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.0.x
This package is not auto-updated.
Last update: 2024-11-04 13:55:42 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();