2017 © Pedro Peláez
 

library disqus-laravel

Laravel library for Disqus

image

metrakit/disqus-laravel

Laravel library for Disqus

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Disqus-laravel

Disqus library for Laravel 4, (*1)

This package is available on Packagist: https://packagist.org/packages/metrakit/disqus-laravel, (*2)

And on Packalyst: http://packalyst.com/packages/package/metrakit/disqus-laravel, (*3)

How to install

  • Add the package to your composer.json:, (*4)

    "metrakit/disqus-laravel": "dev-master"
    
  • Use the command :, (*5)

    composer update
    
  • Add this line to the "app.php" file in the config folder where is the "provider" category :, (*6)

    // Disqus library
    
    'Metrakit\Disqus\DisqusServiceProvider',
    
  • Add this line to the "app.php" file in the config folder where is the "aliases" category :, (*7)

    // Disqus library
    
    'Disqus'          => 'Disqus\Disqus',
    

Credits

The Disqus team : https://github.com/disqus/disqus-php, (*8)

The Versions

19/09 2014

dev-master

9999999-dev

Laravel library for Disqus

  Sources   Download

MIT

The Requires

  • php >=5.3

 

laravel disqus comments laravel4