Package Data | |
---|---|
Maintainer Username: | totox777 |
Maintainer Contact: | totox@yoqizainteractive.com (@totox777) |
Package Create Date: | 2013-07-05 |
Package Last Update: | 2013-07-12 |
Language: | PHP |
License: | BSD-2-Clause |
Last Refreshed: | 2024-11-15 15:15:25 |
Package Statistics | |
---|---|
Total Downloads: | 12 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 3 |
Total Forks: | 2 |
Total Open Issues: | 0 |
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();