Metrakit / Disqus-laravel by Metrakit

Laravel library for Disqus
66
1
3
Package Data
Maintainer Username: Metrakit
Maintainer Contact: contact@jordane.net (Metrakit)
Package Create Date: 2014-09-19
Package Last Update: 2014-09-19
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:00:27
Package Statistics
Total Downloads: 66
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

Disqus-laravel

Disqus library for Laravel 4

This package is available on Packagist: https://packagist.org/packages/metrakit/disqus-laravel

And on Packalyst: http://packalyst.com/packages/package/metrakit/disqus-laravel

##How to install

  • Add the package to your composer.json:

"metrakit/disqus-laravel": "dev-master" ```

  • Use the command :

composer update ```

  • Add this line to the "app.php" file in the config folder where is the "provider" category :
    // Disqus library
    
    'Metrakit\Disqus\DisqusServiceProvider',
    
  • Add this line to the "app.php" file in the config folder where is the "aliases" category :
    // Disqus library
    
    'Disqus'          => 'Disqus\Disqus',
    

##Credits

The Disqus team : https://github.com/disqus/disqus-php