dev-master
9999999-devLaravel 4 package to embed disqus comment
BSD-2-Clause
The Requires
- php >=5.3.0
- illuminate/support 4.0.x
by @totox777
laravel disqus laravel4
Laravel 4 package to embed disqus comment
A laravel 4 package to embed disqus comment to your application., (*1)
add this line to your composer.json, (*2)
"totox777/disqus": "dev-master"
and then, Run :, (*3)
composer update
to pull down the latest version., (*4)
add this line to your app.php provider array:, (*5)
'Totox777\Disqus\DisqusServiceProvider',
and add this line to app.php aliases array:, (*6)
'Disqus' => 'Totox777\Disqus\Facades\Profiler',
config: don't forget to chage the disqus short_name in src/config/config.php, (*7)
Usage:, (*8)
Disqus::getHtml();
Laravel 4 package to embed disqus comment
BSD-2-Clause
laravel disqus laravel4