2017 © Pedro Peláez
 

library disqus

Laravel 4 package to embed disqus comment

image

totox777/disqus

Laravel 4 package to embed disqus comment

  • Friday, July 12, 2013
  • by totox777
  • Repository
  • 2 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel-4-Disqus

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();

The Versions

12/07 2013

dev-master

9999999-dev

Laravel 4 package to embed disqus comment

  Sources   Download

BSD-2-Clause

The Requires

 

by @totox777

laravel disqus laravel4