metrakit/disqus-laravel

Laravel library for Disqus
66 1
Install
composer require metrakit/disqus-laravel
PHP:>=5.3
License:MIT
Last Updated:Sep 19, 2014
Links: GitHub  ·  Packagist
Maintainer: Metrakit

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

Related Packages

d-te/laravel-disqus

Disqus integration for Laravel

45 1
escapeboy/disqus

Disqus API simple usage in Laravel 4

79 3
aircaching/disqus

Laravel 4 package to embed disqus comment

16 1
totox777/disqus

Laravel 4 package to embed disqus comment

12 2
arcanedev/laravel-disqus

A simple Disqus integration for Laravel 5

12 3